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

21 lines
365 B
YAML
Raw Normal View History

2020-11-18 10:19:58 +01:00
arch:
- ppc64le
- amd64
2018-01-17 11:28:43 +01:00
language: go
go_import_path: github.com/kardianos/service
sudo: required
go:
2020-06-08 19:22:36 +02:00
- 1.12.x
- 1.14.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