aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-13 23:41:40 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-13 23:41:40 +0100
commit03aa1179a33de74249664428cc87c030ef991175 (patch)
treecd0b41c32a56af6772ec91fcfa5849ce3ac00e76
parentaee455635e494d0c773ef05ebfae1abd3368ba2f (diff)
downloadsbotools2-03aa1179a33de74249664428cc87c030ef991175.tar.xz
Set debugging options and do an sbosnap fetch
-rwxr-xr-xt/travis.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/travis.sh b/t/travis.sh
index a069b1a..88056f2 100755
--- 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