commit 70ca75aec86bb955a952ddb573c81e47bedf0f2b
parent 03aa1179a33de74249664428cc87c030ef991175
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Sun, 13 Dec 2015 23:46:08 +0100
Let sbosnap fetch be run with sudo
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/t/travis.sh b/t/travis.sh
@@ -4,7 +4,8 @@
set -e
set -x
-perl -I"SBO-Lib/lib" sbosnap fetch
+PERL=`which perl`
+sudo $PERL -I"SBO-Lib/lib" sbosnap fetch
echo "Not actually testing anything. Just verifying travis runs this."
exit 0