commit 5065cfd04211d69c039a542a3ba6611f76425bb7
parent c7807ff6e3028c785271c54ca7387518a512cede
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Sun, 13 Dec 2015 23:57:13 +0100
Let's see if using this incantation works
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git 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