From 5fb6dcc49580ea41484f0f2b7ceb67c5aa0363c3 Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Thu, 1 Jun 2017 10:36:16 +0200 Subject: [PATCH] Fixed ordering in travis script --- travis/postsubmit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/postsubmit.sh b/travis/postsubmit.sh index fa57b8da5..fa057c3ff 100755 --- a/travis/postsubmit.sh +++ b/travis/postsubmit.sh @@ -46,8 +46,8 @@ osx) export STLARG export OS gtimeout $TIMEOUT travis/postsubmit-helper.sh "$1" "$2" - if [ $EXITCODE = 124 ] && [ "$2" = "BuildLib1" ] EXITCODE=$? + if [ $EXITCODE = 124 ] && [ "$2" = "BuildLib1" ] then exit 0 else