hcl/.travis.yml

15 lines
162 B
YAML

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