hcl/.travis.yml
2017-09-11 18:40:02 -07:00

14 lines
154 B
YAML

language: go
go:
- 1.9.x
before_install:
- go get -t -v ./...
script:
- ./.travis.sh
after_success:
- bash <(curl -s https://codecov.io/bash)