]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/mitchellh/copystructure/.travis.yml
deps: use go modules for dep mgmt
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / mitchellh / copystructure / .travis.yml
1 language: go
2
3 go:
4 - 1.7
5 - tip
6
7 script:
8 - go test
9
10 matrix:
11 allow_failures:
12 - go: tip