aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rwxr-xr-xt/travis.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/travis.sh b/t/travis.sh
index 88056f2..a919026 100755
--- 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