sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 8a5b911b15c02bd9bd5bd0d52abbdd095f1f5ae8
parent 5065cfd04211d69c039a542a3ba6611f76425bb7
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Mon, 14 Dec 2015 00:02:30 +0100

This seems a better incantation

Diffstat:
Mt/travis.sh | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/t/travis.sh b/t/travis.sh @@ -6,11 +6,11 @@ set -x PERL=`which perl` run() { - sudo $PERL -I"SBO-Lib/lib" "$*" + sudo $PERL -I"SBO-Lib/lib" "$@" } -run(sboconfig -V 14.1) -run(sbosnap fetch) +run sboconfig -V 14.1 +run sbosnap fetch echo "Not actually testing anything. Just verifying travis runs this." exit 0