1
1
Fork 0
mirror of https://github.com/adammck/terraform-inventory synced 2024-06-05 20:06:05 +02:00
terraform-inventory/.travis.yml
2019-08-01 11:21:54 -04:00

10 lines
90 B
YAML

language: go
go:
- "1.8"
- "1.11.x"
- "1.x" # latest
script:
- go test -v ./...