dnscrypt-proxy/vendor/github.com/kardianos/service/.travis.yml

18 lines
337 B
YAML
Raw Normal View History

2018-01-17 11:28:43 +01:00
language: go
go_import_path: github.com/kardianos/service
sudo: required
go:
2018-03-26 20:46:25 +02:00
- 1.10.x
2018-11-15 13:38:08 +01:00
- 1.11.x
2018-01-17 11:28:43 +01:00
- 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