Update Travis CI to use standard test script.

This commit is contained in:
Kevin Atkinson 2017-11-17 14:35:57 -05:00
parent 1c4cc48691
commit 50fc7d34e3
2 changed files with 9 additions and 6 deletions

View File

@ -7,16 +7,16 @@ env:
- IPFS_REUSEPORT=false - IPFS_REUSEPORT=false
go: go:
- 1.8 - 1.8.x
- 1.9 - 1.9.x
install: true install: true
script: before_install:
- ulimit -n 2048
- make deps - make deps
- go vet
- go test ./... script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache: cache:
directories: directories:

3
codecov.yml Normal file
View File

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