commit aeb361e709e680b926b2a4342a8735bf897b6b50
parent 9c659a5f6640b141e32b60a66a21527d6a68d594
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Mon, 14 Dec 2015 00:35:11 +0100
Let's check sboinstall's return value and then run t/do_tests.sh
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/t/travis.sh b/t/travis.sh
@@ -12,4 +12,5 @@ run() {
run sboconfig -V 14.1
run sbosnap fetch
run sbofind sbotools
-yes | run sboinstall -i sbotools
+[[ 3 -eq yes | run sboinstall -i sbotools ]]
+t/do_tests.sh