aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-13 23:57:13 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-13 23:57:13 +0100
commit5065cfd04211d69c039a542a3ba6611f76425bb7 (patch)
tree596d29f87eab00f30bee63b3c2bc5cf995cecc37
parentc7807ff6e3028c785271c54ca7387518a512cede (diff)
downloadsbotools2-5065cfd04211d69c039a542a3ba6611f76425bb7.tar.xz
Let's see if using this incantation works
-rwxr-xr-xt/travis.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/t/travis.sh b/t/travis.sh
index a919026..8b79bac 100755
--- a/t/travis.sh
+++ b/t/travis.sh
@@ -5,7 +5,12 @@ set -e
set -x
PERL=`which perl`
-sudo $PERL -I"SBO-Lib/lib" sbosnap fetch
+run() {
+ sudo $PERL -I"SBO-Lib/lib" "$*"
+}
+
+run(sboconfig -V 14.1)
+run(sbosnap fetch)
echo "Not actually testing anything. Just verifying travis runs this."
exit 0