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:
parent
2c7bb5d5fc
commit
af4556399c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user