From: Eric Haszlakiewicz Date: Wed, 8 Apr 2020 02:39:03 +0000 (+0000) Subject: Try yet again to fix the osx build, this time do set +e X-Git-Tag: json-c-0.14-20200419~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2782a6b62c5f47c4b388d04d930255440f52cb41;p=json-c Try yet again to fix the osx build, this time do set +e --- diff --git a/.travis.yml b/.travis.yml index 5c2f416..fbc1639 100644 --- a/.travis.yml +++ b/.travis.yml @@ -125,6 +125,7 @@ before_install: before_script: # Wait a while for output to flush :( + - set +e - onexit() { sleep 20; }; trap onexit 0 - pwd - mkdir -p build || echo "Failed to mkdir build"