mirror of
https://github.com/adammck/terraform-inventory
synced 2024-11-26 07:43:46 +01:00
13 lines
113 B
YAML
13 lines
113 B
YAML
language: go
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
go:
|
|
- "1.8"
|
|
- "1.11.x"
|
|
- "1.x" # latest
|
|
|
|
script:
|
|
- go test -v ./...
|