From 5065cfd04211d69c039a542a3ba6611f76425bb7 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Sun, 13 Dec 2015 23:57:13 +0100 Subject: Let's see if using this incantation works --- t/travis.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 't/travis.sh') 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 -- cgit v1.2.3