mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-09 12:11:03 +00:00
Fix goveralls integration
This commit is contained in:
parent
b0efc15317
commit
8949de609a
14
.travis.yml
14
.travis.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user