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 language: go
sudo: false
go: go:
- 1.x - tip
- master
before_install: before_install:
- go get github.com/nxshock/signaller/... - go get github.com/mattn/goveralls
script: script:
- $HOME/gopath/bin/goveralls -service=travis-ci - $GOPATH/bin/goveralls -service=travis-ci
notifications:
email: false