diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 00:48:19 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 00:48:19 +0100 |
commit | 9ddaf8fa821cb9eda99f4a5fcecc9d60009d92d5 (patch) | |
tree | 65b9218dbf65e32b627384cb2ab59fc7260b1d28 /t/travis.sh | |
parent | d2401020b9909f4fba9292682f3ee908ee387a67 (diff) | |
download | sbotools2-9ddaf8fa821cb9eda99f4a5fcecc9d60009d92d5.tar.xz |
Let's see if this version works
Diffstat (limited to 't/travis.sh')
-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 d9690df..02d353e 100755 --- a/t/travis.sh +++ b/t/travis.sh @@ -14,5 +14,6 @@ env run sboconfig -V 14.1 run sbosnap fetch run sbofind sbotools -[[ 3 -eq yes | run sboinstall -i sbotools ]] +INST=$(run sboinstall -i sbotools) +[[ 3 -eq $? ]] sudo t/do_tests.sh |