Use Codecov instead of Coveralls

As we do in most other repos.
parent 83e84e7f
os: sudo: false
- linux
- osx
language: go
language: go
go: go:
- 1.7 - 'tip'
install: true
before_install:
- make deps
install:
- go get github.com/whyrusleeping/gx
- go get github.com/whyrusleeping/gx-go
- gx install --global
script: script:
- go vet - gx test -v -race -coverprofile=coverage.txt -covermode=atomic .
- $GOPATH/bin/goveralls -service="travis-ci"
after_success:
- bash <(curl -s https://codecov.io/bash)
cache: cache:
directories: directories:
- $GOPATH/src/gx - $GOPATH/src/gx
notifications: notifications:
email: false email: false
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment