hcl/.travis.yml

18 lines
188 B
YAML
Raw Normal View History

2017-05-25 15:15:49 +00:00
language: go
go:
- 1.11.x
- 1.12.x
env:
- GO111MODULE=on
before_install:
- go get -v ./...
script:
- ./.travis.sh
after_success:
- bash <(curl -s https://codecov.io/bash)