service-tools/.travis.yml

35 lines
445 B
YAML
Raw Permalink Normal View History

2018-04-15 05:08:00 +08:00
language: go
os:
- linux
2019-05-06 22:40:33 +08:00
dist: xenial
2019-05-06 22:40:33 +08:00
addons:
apt:
packages:
- libsystemd-dev
2018-04-15 05:08:00 +08:00
go:
2019-05-06 22:33:24 +08:00
- 1.11.x
- 1.12.x
2018-04-15 05:08:00 +08:00
- tip
matrix:
2019-05-06 22:33:24 +08:00
allow_failures:
- go: tip
env:
global:
GO111MODULE=on
2018-04-15 05:08:00 +08:00
notifications:
email:
on_success: change
on_failure: always
2019-05-06 22:33:24 +08:00
script:
- cd $GOPATH/src/github.com/muesli/service-tools/service-monitor
- go build
- cd $GOPATH/src/github.com/muesli/service-tools/service-generator
- go build