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: sudo: false
- linux
- osx
language: go
language: go
go: go:
- 1.7 - 'tip'
install: true install:
- go get github.com/whyrusleeping/gx
before_install: - go get github.com/whyrusleeping/gx-go
- make deps - 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
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