Commit 50fc7d34 authored by Kevin Atkinson's avatar Kevin Atkinson

Update Travis CI to use standard test script.

parent 1c4cc486
......@@ -7,16 +7,16 @@ env:
- IPFS_REUSEPORT=false
go:
- 1.8
- 1.9
- 1.8.x
- 1.9.x
install: true
script:
- ulimit -n 2048
before_install:
- 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:
directories:
......
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