mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-17 13:24:50 -07:00
Merge pull request #144 from jzelinskie/fix-coveralls
travis: remove coveralls
This commit is contained in:
15
.travis.yml
15
.travis.yml
@@ -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 -t ./...
|
||||||
- go get github.com/mattn/goveralls
|
|
||||||
- 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user