feed-to-muc/vendor/github.com/mmcdole/gofeed/.travis.yml

25 lines
310 B
YAML
Raw Normal View History

language: go
2020-05-14 16:07:09 +02:00
env:
global:
- GO111MODULE="on"
go:
2020-05-14 16:07:09 +02:00
- 1.11.x
- 1.12.x
- 1.13.x
- tip
matrix:
allow_failures:
- go: tip
fast_finish: true
before_install:
- go get github.com/mattn/goveralls
script:
2020-05-14 16:07:09 +02:00
- go install ./...
- go test -v ./...
- $GOPATH/bin/goveralls -service=travis-ci