diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-13 23:41:40 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-13 23:41:40 +0100 |
commit | 03aa1179a33de74249664428cc87c030ef991175 (patch) | |
tree | cd0b41c32a56af6772ec91fcfa5849ce3ac00e76 /t/travis.sh | |
parent | aee455635e494d0c773ef05ebfae1abd3368ba2f (diff) | |
download | sbotools2-03aa1179a33de74249664428cc87c030ef991175.tar.xz |
Set debugging options and do an sbosnap fetch
Diffstat (limited to 't/travis.sh')
-rwxr-xr-x | t/travis.sh | 4 |
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 |