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

25 lines
310 B
YAML
Raw Normal View History

2020-03-28 12:22:07 +01:00
language: go
2020-10-24 12:40:39 +02:00
env:
global:
- GO111MODULE="on"
go:
- 1.11.x
- 1.12.x
- 1.13.x
- tip
2020-03-28 12:22:07 +01:00
matrix:
2020-10-24 12:40:39 +02:00
allow_failures:
- go: tip
fast_finish: true
before_install:
2020-03-28 12:22:07 +01:00
- go get github.com/mattn/goveralls
2020-10-24 12:40:39 +02:00
script:
- go install ./...
2020-03-28 12:22:07 +01:00
- go test -v ./...
2020-10-24 12:40:39 +02:00
- $GOPATH/bin/goveralls -service=travis-ci