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

16 lines
209 B
YAML
Raw Normal View History

2017-09-15 07:27:30 +00:00
language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
install:
- go install ./...
- go get github.com/BurntSushi/toml-test
script:
- export PATH="$PATH:$HOME/gopath/bin"
- make test