Commit e632c9ca authored by Kevin Atkinson's avatar Kevin Atkinson

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

parent bb8a0d99
......@@ -2,10 +2,13 @@ language: go
sudo: false
go:
- 1.7
- 1.9.x
- tip
before_install:
- make deps
script:
- make test
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
env: TEST_NO_FUSE=1 TEST_VERBOSE=1
env: GOTFLAGS="-race"
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