Files
pgweb/Godeps/_workspace/src/github.com/BurntSushi/toml/.travis.yml
T
2014-12-04 23:57:09 -06:00

13 lines
178 B
YAML

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