hcl/.travis.yml

14 lines
154 B
YAML
Raw Normal View History

2017-05-25 15:15:49 +00:00
language: go
go:
2017-09-12 01:40:02 +00:00
- 1.9.x
before_install:
- go get -t -v ./...
script:
- ./.travis.sh
after_success:
- bash <(curl -s https://codecov.io/bash)