open-vault/vendor/github.com/ghodss/yaml/.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

8 lines
66 B
YAML

language: go
go:
- 1.3
- 1.4
script:
- go test
- go build