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;