blob: 43caf6d0211debf8af441542addf041e96b2f434 [file] [log] [blame]
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