dispatch/vendor/github.com/tdewolff/parse/v2/.travis.yml
2020-04-29 04:23:32 +02:00

11 lines
286 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 ./svg ./xml
- goveralls -coverprofile=profile.cov -service travis-ci