quorum/vendor/github.com/BurntSushi/toml/.travis.yml

13 lines
178 B
YAML
Raw Normal View History

2016-11-13 21:41:46 -08:00
language: go
go:
- 1.1
- 1.2
- tip
install:
- go install ./...
- go get github.com/BurntSushi/toml-test
script:
- export PATH="$PATH:$HOME/gopath/bin"
- make test