aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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