fuelprices/vendor/github.com/antchfx/xmlquery/.travis.yml
Paul Lecuq 6b740c6882
All checks were successful
continuous-integration/drone/push Build is passing
updated dependencies
2020-12-04 20:36:22 +01:00

18 lines
296 B
YAML

language: go
go:
- 1.9.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
install:
- go get golang.org/x/net/html/charset
- go get github.com/antchfx/xpath
- go get github.com/mattn/goveralls
- go get github.com/golang/groupcache
script:
- $HOME/gopath/bin/goveralls -service=travis-ci