.travis.yml 365 B

1234567891011121314151617181920
  1. arch:
  2. - ppc64le
  3. - amd64
  4. language: go
  5. go_import_path: github.com/kardianos/service
  6. sudo: required
  7. go:
  8. - 1.12.x
  9. - 1.14.x
  10. - master
  11. before_install:
  12. - go get github.com/mattn/goveralls
  13. - go get golang.org/x/tools/cmd/cover
  14. script:
  15. - chmod +x linux-test-su.sh
  16. - sudo ./linux-test-su.sh $GOPATH `which go`
  17. - $GOPATH/bin/goveralls -service=travis-ci