mirror of
https://github.com/LBRYFoundation/tracker.git
synced 2025-08-23 17:47:29 +00:00
Merge pull request #144 from jzelinskie/fix-coveralls
travis: remove coveralls
This commit is contained in:
commit
b00a46f970
2 changed files with 5 additions and 13 deletions
|
@ -1,19 +1,12 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.6
|
- 1.6
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get github.com/axw/gocov/gocov
|
|
||||||
- go get github.com/mattn/goveralls
|
|
||||||
- go get -t ./...
|
- go get -t ./...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- $HOME/gopath/bin/goveralls -service=travis-ci ./...
|
- go test -v $(go list ./... | grep -v /vendor/)
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Chihaya
|
# Chihaya
|
||||||
|
|
||||||
[](https://coveralls.io/github/chihaya/chihaya?branch=master)
|
|
||||||
[](https://travis-ci.org/chihaya/chihaya)
|
[](https://travis-ci.org/chihaya/chihaya)
|
||||||
[](https://quay.io/repository/jzelinskie/chihaya)
|
[](https://quay.io/repository/jzelinskie/chihaya)
|
||||||
[](https://godoc.org/github.com/chihaya/chihaya)
|
[](https://godoc.org/github.com/chihaya/chihaya)
|
||||||
|
|
Loading…
Add table
Reference in a new issue