]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blame - vendor/github.com/satori/go.uuid/.travis.yml
update vendor and go.mod
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / satori / go.uuid / .travis.yml
CommitLineData
863486a6
AG
1language: go
2sudo: false
3go:
4 - 1.2
5 - 1.3
6 - 1.4
7 - 1.5
8 - 1.6
9 - 1.7
10 - 1.8
11 - 1.9
12 - tip
13matrix:
14 allow_failures:
15 - go: tip
16 fast_finish: true
17before_install:
18 - go get github.com/mattn/goveralls
19 - go get golang.org/x/tools/cmd/cover
20script:
21 - $HOME/gopath/bin/goveralls -service=travis-ci
22notifications:
23 email: false