2016-06-12 22:39:00 +00:00
|
|
|
language: go
|
|
|
|
go:
|
|
|
|
- 1.3.3
|
|
|
|
- 1.4.3
|
|
|
|
- 1.5.4
|
|
|
|
- 1.6.2
|
2016-09-04 11:43:15 +00:00
|
|
|
- 1.7
|
2016-06-12 22:39:00 +00:00
|
|
|
- tip
|
|
|
|
|
|
|
|
install:
|
|
|
|
- go get -v -t -d github.com/icedream/go-footballdata/...
|
|
|
|
|
|
|
|
script:
|
|
|
|
- go test -v github.com/icedream/go-footballdata/...
|