From 2782a6b62c5f47c4b388d04d930255440f52cb41 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Wed, 8 Apr 2020 02:39:03 +0000 Subject: [PATCH] Try yet again to fix the osx build, this time do set +e --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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"