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

14 lines
225 B
YAML

language: go
go:
- 1.6
- 1.7
- 1.8
install:
- go get golang.org/x/net/html/charset
- go get github.com/antchfx/xpath
- go get github.com/mattn/goveralls
script:
- $HOME/gopath/bin/goveralls -service=travis-ci