...

Text file src/github.com/hashicorp/hcl/.travis.yml

Documentation: github.com/hashicorp/hcl

     1sudo: false
     2
     3language: go
     4
     5go:
     6  - 1.x
     7  - tip
     8
     9branches:
    10  only:
    11    - master
    12
    13script: make test

View as plain text