Travis CI. Fix error "unable to execute command: posix_spawn failed: Resource

temporarily unavailable" on Mac OS X.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-11-01 13:43:32 +02:00
parent 2c7bb5d5fc
commit af4556399c

View File

@ -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;