miniflux-v2/vendor/github.com/tdewolff/parse/.travis.yml
Frédéric Guillot 8ffb773f43 First commit
2017-11-19 22:01:46 -08:00

5 lines
158 B
YAML

language: go
before_install:
- go get github.com/mattn/goveralls
script:
- goveralls -v -service travis-ci -repotoken $COVERALLS_TOKEN || go test -v ./...