Use Codecov instead of Coveralls

As we do in most other repos.
This commit is contained in:
Jakub Sztandera
2017-07-01 11:11:48 +02:00
committed by GitHub
parent e449699cc1
commit b7772ebfe3

View File

@@ -1,24 +1,24 @@
os:
- linux
- osx
sudo: false
language: go
go:
- 1.7
install: true
before_install:
- make deps
- 'tip'
install:
- go get github.com/whyrusleeping/gx
- go get github.com/whyrusleeping/gx-go
- gx install --global
script:
- go vet
- $GOPATH/bin/goveralls -service="travis-ci"
- gx test -v -race -coverprofile=coverage.txt -covermode=atomic .
after_success:
- bash <(curl -s https://codecov.io/bash)
cache:
directories:
- $GOPATH/src/gx
directories:
- $GOPATH/src/gx
notifications:
email: false
email: false