Browse Source

Fixed ordering in travis script

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

2
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

Loading…
Cancel
Save