Files
service/.travis.yml
T
Alexey Palazhchenko 615a14ed75 Test with latest 1.10.x release
`1.10.x` works now.
2018-03-20 04:59:54 -07:00

19 lines
346 B
YAML

language: go
go_import_path: github.com/kardianos/service
sudo: required
go:
- 1.8.x
- 1.9.x
- 1.10.x
- master
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- chmod +x linux-test-su.sh
- sudo ./linux-test-su.sh $GOPATH `which go`
- $GOPATH/bin/goveralls -service=travis-ci