Commit 8f1f58c4 authored by Kevin Atkinson's avatar Kevin Atkinson

Update Travis CI to use standard test script.

parent 0794c959
......@@ -6,8 +6,11 @@ language: go
go:
- 1.9.x
before_install:
- make deps
script:
- make build
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache:
directories:
......
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