Browse Source

Fixed ordering in travis script

tempestpy_adaptions
Matthias Volk 8 years ago
parent
commit
5fb6dcc495
  1. 2
      travis/postsubmit.sh

2
travis/postsubmit.sh

@ -46,8 +46,8 @@ osx)
export STLARG export STLARG
export OS export OS
gtimeout $TIMEOUT travis/postsubmit-helper.sh "$1" "$2" gtimeout $TIMEOUT travis/postsubmit-helper.sh "$1" "$2"
if [ $EXITCODE = 124 ] && [ "$2" = "BuildLib1" ]
EXITCODE=$? EXITCODE=$?
if [ $EXITCODE = 124 ] && [ "$2" = "BuildLib1" ]
then then
exit 0 exit 0
else else

Loading…
Cancel
Save