From 7bf18cafe0149fb88dbba4f2611a1786b72f10f6 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Tue, 19 May 2015 22:37:06 +0200 Subject: [PATCH] .travis: split go and sharness tests Following: https://github.com/ipfs/infrastructure/issues/20#issuecomment-102665147 License: MIT Signed-off-by: Christian Couder --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d669cfb0..30686d9e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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