Skip to content

Commit 88429dc

Browse files
committed
travis: Use && intead of ;
Show errors sooner and try not to hide them behind lots of other walls of text.
1 parent 0807104 commit 88429dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ script:
6666
if [ "$ALLOW_PR" = "" ] && [ "$TRAVIS_BRANCH" != "auto" ]; then
6767
echo skipping, not a full build;
6868
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
69-
git submodule update --init;
69+
git submodule update --init &&
7070
src/ci/run.sh;
7171
else
72-
git submodule update --init;
72+
git submodule update --init &&
7373
src/ci/docker/run.sh $IMAGE;
7474
fi
7575

0 commit comments

Comments
 (0)