@cryptotaxi247 / kubo / commits / 7bf18cafe

.travis: split go and sharness tests

Following: https://github.com/ipfs/infrastructure/issues/20#issuecomment-102665147 License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>

Christian Couder committed May 19, 2015 at 22:37 UTC 7bf18cafe0149fb88dbba4f2611a1786b72f10f6
1 file changed +5 -3
.travis.yml
+5 -3
@@ -10,7 +10,9 @@ go:
10 - 1.3
11 - 1.4
12
13 -script:
14 - - make test
13 +env:
14 + - TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_go_expensive
15 + - TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_sharness_expensive
16
16 -env: TEST_NO_FUSE=1 TEST_VERBOSE=1
17 +script:
18 + - make $TEST_SUITE