mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
25 lines
348 B
YAML
25 lines
348 B
YAML
sudo: required
|
|
dist: xenial
|
|
env:
|
|
services:
|
|
- docker
|
|
language: go
|
|
go:
|
|
- 1.12.5
|
|
|
|
addons:
|
|
apt:
|
|
update: true
|
|
|
|
install:
|
|
- make bootstrap
|
|
- make format
|
|
script:
|
|
- ./buildscripts/travis-build.sh
|
|
after_success:
|
|
- make deploy-images
|
|
- bash <(curl -s https://codecov.io/bash)
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- pawan@openebs.io
|