diff options
-rwxr-xr-x | t/travis.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/t/travis.sh b/t/travis.sh index a35dd24..d9690df 100755 --- a/t/travis.sh +++ b/t/travis.sh @@ -9,8 +9,10 @@ run() { sudo $PERL -I"SBO-Lib/lib" "$@" } +env + run sboconfig -V 14.1 run sbosnap fetch run sbofind sbotools [[ 3 -eq yes | run sboinstall -i sbotools ]] -t/do_tests.sh +sudo t/do_tests.sh |