remove coveralls services.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2016-10-28 23:14:06 +08:00
parent e435c347b1
commit 504b119742
2 changed files with 2 additions and 6 deletions
-3
View File
@@ -8,12 +8,9 @@ go:
- tip
script:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go test -v -covermode=count -coverprofile=coverage.out
after_success:
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken yFj7FrCeddvBzUaaCyG33jCLfWXeb93eA
- bash <(curl -s https://codecov.io/bash)
notifications: