Update Travis CI to use standard test script and go 1.9.x.

This also switches from goveralls to codecov.
This commit is contained in:
Kevin Atkinson 2017-11-17 03:09:24 -05:00
parent b2087a91b1
commit ba9f095b69
2 changed files with 5 additions and 5 deletions

View File

@ -5,16 +5,13 @@ os:
language: go
go:
- 1.7
install: true
- 1.9.x
before_install:
- make deps
script:
- go vet
- $GOPATH/bin/goveralls -service="travis-ci"
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache:
directories:

3
codecov.yml Normal file
View File

@ -0,0 +1,3 @@
coverage:
range: "50...100"
comment: off