Files
stash/vendor/github.com/asticode/go-astisub/.travis.yml
2022-05-06 11:59:28 +10:00

14 lines
296 B
YAML

language: go
go:
- 1.x
- tip
install:
- go get -t ./...
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
matrix:
allow_failures:
- go: tip
script:
- go test -race -v -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci