Commit 864b7f9d authored by Jakub Sztandera's avatar Jakub Sztandera Committed by GitHub

Merge pull request #17 from ipfs/feat/codecov

Use Codecov instead of Coveralls
parents aee5ee53 4239cf6c
os:
- linux
- osx
sudo: false
language: go
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
coverage:
range: "50...100"
comment: off
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