Wrong ulimit key.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-11-01 14:16:25 +02:00
parent c8c90cefb3
commit 721e2ac509

View File

@ -11,7 +11,7 @@ matrix:
before_install: before_install:
# Fix error: unable to execute command: posix_spawn failed: Resource temporarily unavailable # Fix error: unable to execute command: posix_spawn failed: Resource temporarily unavailable
- ulimit -c unlimited -S - ulimit -u 63785
- ulimit -a - ulimit -a
- | - |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then