Commit 7bf18caf authored by Christian Couder's avatar Christian Couder Committed by Juan Batiz-Benet

.travis: split go and sharness tests

Following: https://github.com/ipfs/infrastructure/issues/20#issuecomment-102665147

License: MIT
Signed-off-by: default avatarChristian Couder <chriscool@tuxfamily.org>
parent c1535548
......@@ -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