go-footballdata/.travis.yml

14 lines
210 B
YAML
Raw Normal View History

2016-06-12 22:39:00 +00:00
language: go
go:
- 1.3.3
- 1.4.3
- 1.5.4
- 1.6.2
- release
- tip
install:
- go get -v -t -d github.com/icedream/go-footballdata/...
script:
- go test -v github.com/icedream/go-footballdata/...