]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/hashicorp/go-uuid/.travis.yml
Merge branch 'fix_read_test' of github.com:alexandreFre/terraform-provider-statuscake
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / go-uuid / .travis.yml
1 language: go
2
3 sudo: false
4
5 go:
6 - 1.4
7 - 1.5
8 - 1.6
9 - tip
10
11 script:
12 - go test -bench . -benchmem -v ./...