commit 03aa1179a33de74249664428cc87c030ef991175
parent aee455635e494d0c773ef05ebfae1abd3368ba2f
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Sun, 13 Dec 2015 23:41:40 +0100
Set debugging options and do an sbosnap fetch
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/t/travis.sh b/t/travis.sh
@@ -1,6 +1,10 @@
#!/bin/bash
# Set up tests to run under Travis
+set -e
+set -x
+
+perl -I"SBO-Lib/lib" sbosnap fetch
echo "Not actually testing anything. Just verifying travis runs this."
exit 0