1
1
mirror of https://github.com/adammck/terraform-inventory synced 2024-11-26 07:43:46 +01: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 ./...