Commit dcd34c6b authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

Merge pull request #1251 from ipfs/travis-split-go-sharness

.travis: split go and sharness tests
parents c1535548 7bf18caf
......@@ -10,7 +10,9 @@ go:
- 1.3
- 1.4
script:
- make test
env:
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_go_expensive
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_sharness_expensive
env: TEST_NO_FUSE=1 TEST_VERBOSE=1
script:
- make $TEST_SUITE
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