Files
gocast/vendor/github.com/satori/go.uuid/.travis.yml
2019-10-16 15:57:55 -07:00

22 lines
361 B
YAML

language: go
sudo: false
go:
- 1.6
- 1.7
- 1.8
- 1.9
- "1.10"
- 1.11
- tip
matrix:
allow_failures:
- go: tip
fast_finish: true
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
notifications:
email: false