gago/.travis.yml

13 lines
254 B
YAML
Raw Normal View History

2021-09-11 12:47:32 +02:00
language: go
sudo: false
go:
- tip
before_install:
- go get github.com/mattn/goveralls
script:
- go test -v -cover -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
branches:
only:
- master