diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-13 23:57:13 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-13 23:57:13 +0100 |
commit | 5065cfd04211d69c039a542a3ba6611f76425bb7 (patch) | |
tree | 596d29f87eab00f30bee63b3c2bc5cf995cecc37 | |
parent | c7807ff6e3028c785271c54ca7387518a512cede (diff) | |
download | sbotools2-5065cfd04211d69c039a542a3ba6611f76425bb7.tar.xz |
Let's see if using this incantation works
-rwxr-xr-x | t/travis.sh | 7 |
1 files changed, 6 insertions, 1 deletions
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 |