open-vault/vendor/github.com/jmespath/go-jmespath/.travis.yml
Jeff Mitchell 7a4eda156c Migrate to built-in Go vendoring.
This also removes `godep` calls from make scripts. Of note is that
currently `./...` checking in acceptance tests is disabled.
2016-02-18 15:06:02 -05:00

10 lines
86 B
YAML

language: go
sudo: false
go:
- 1.4
install: go get -v -t ./...
script: make test