fuelprices/vendor/github.com/antchfx/xmlquery/.travis.yml

18 lines
296 B
YAML
Raw Normal View History

2019-06-05 22:57:38 +02:00
language: go
go:
2020-12-04 20:36:22 +01:00
- 1.9.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
2019-06-05 22:57:38 +02:00
install:
- go get golang.org/x/net/html/charset
- go get github.com/antchfx/xpath
- go get github.com/mattn/goveralls
2020-12-04 20:36:22 +01:00
- go get github.com/golang/groupcache
2019-06-05 22:57:38 +02:00
script:
2020-12-04 20:36:22 +01:00
- $HOME/gopath/bin/goveralls -service=travis-ci