From 721e2ac509a39789e32aa134ca2fc0b11512d231 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 1 Nov 2016 14:16:25 +0200 Subject: [PATCH] Wrong ulimit key. --HG-- branch : develop --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc222600b..fb4df82e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: before_install: # Fix error: unable to execute command: posix_spawn failed: Resource temporarily unavailable - - ulimit -c unlimited -S + - ulimit -u 63785 - ulimit -a - | if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then