Fix goveralls integration

This commit is contained in:
nxshock 2019-07-18 19:49:00 +05:00
parent b0efc15317
commit 8949de609a

View File

@ -1,14 +1,8 @@
language: go
sudo: false
go:
- 1.x
- master
- tip
before_install:
- go get github.com/nxshock/signaller/...
- go get github.com/mattn/goveralls
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
notifications:
email: false
- $GOPATH/bin/goveralls -service=travis-ci