dispatch/vendor/github.com/tdewolff/minify/v2/.travis.yml
2019-06-09 02:01:48 +02:00

7 lines
262 B
YAML

language: go
before_install:
- go get github.com/mattn/goveralls
script:
- go test -v -covermode=count -coverprofile=profile.cov . ./css ./html ./js ./json ./svg ./xml
- goveralls -v -coverprofile=profile.cov -service travis-ci -repotoken $COVERALLS_TOKEN