SandpointsGitHook/vendor/github.com/tdewolff/minify/v2/.travis.yml

11 lines
285 B
YAML

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