summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/.travis.yml
blob: 3f83d902387dcebd165662943f7370364ae2a96b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
sudo: false

language: go

go:
  - 1.8

branches:
  only:
    - master

script: make test