dispatch/vendor/github.com/tdewolff/parse/v2/.travis.yml
2020-06-15 11:05:32 +02:00

11 lines
280 B
YAML

language: go
go:
- 1.13.x
env:
- GO111MODULE=on
before_install:
- go get github.com/mattn/goveralls
script:
- go test -covermode=count -coverprofile=profile.cov . ./buffer ./css ./html ./js ./json ./strconv ./xml
- goveralls -coverprofile=profile.cov -service travis-ci