terraform-provider-docker/vendor/github.com/mitchellh/go-testing-interface/.travis.yml
Matt Keeler a789ce2036 Update to Terraform 0.12 (#150). Closes #144
* Update to terraform 0.12
* Fix acceptance tests to make syntax 0.12 compatible.
2019-06-11 00:24:55 +02:00

13 lines
118 B
YAML

language: go
go:
- 1.8
- 1.x
- tip
script:
- go test
matrix:
allow_failures:
- go: tip