dispatch/vendor/github.com/tdewolff/parse/v2/.travis.yml

11 lines
286 B
YAML
Raw Normal View History

2018-12-17 13:41:24 +00:00
language: go
2020-04-29 02:23:32 +00:00
go:
- 1.13.x
env:
- GO111MODULE=on
2018-12-17 13:41:24 +00:00
before_install:
- go get github.com/mattn/goveralls
script:
2020-04-29 02:23:32 +00:00
- go test -covermode=count -coverprofile=profile.cov . ./buffer ./css ./html ./js ./json ./strconv ./svg ./xml
- goveralls -coverprofile=profile.cov -service travis-ci