From af4556399c61a338160172e68554882d8e800c50 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 1 Nov 2016 13:43:32 +0200 Subject: [PATCH] Travis CI. Fix error "unable to execute command: posix_spawn failed: Resource temporarily unavailable" on Mac OS X. --HG-- branch : develop --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index db2db9582..cc222600b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,9 @@ matrix: compiler: clang before_install: + # Fix error: unable to execute command: posix_spawn failed: Resource temporarily unavailable + - ulimit -c unlimited -S + - ulimit -a - | if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update;