diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/travis.sh | 3 |
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 |