Files
go-toml/.travis.yml
T
Thomas Pelletier fe63e9f76d Run tests for 1.6
2016-02-20 13:29:42 +01:00

14 lines
339 B
YAML

language: go
script: "./test.sh"
go:
- 1.4.2
- 1.5.3
- 1.6
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
after_success:
- $HOME/gopath/bin/goveralls -service=travis-ci