From e11a94e5b67e517a18504d07db85092a702fe699 Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Sat, 13 Dec 2014 14:41:30 +0100 Subject: [PATCH] Travis: Remove setting core file size. Doesn't work on Travis: > bash: line 0: ulimit: core file size: cannot modify limit: Operation not permitted --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37d1dd978c..0787e60890 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,4 +59,4 @@ script: # This will pass the environment variables down to a bash process which runs # as $USER, while retaining the environment variables defined and belonging # to secondary groups given above in usermod. - - sudo -E su $USER -c "ulimit -c 102400; sh -e \"$CI_SCRIPTS/$CI_TARGET.sh\"" + - sudo -E su $USER -c "sh -e \"$CI_SCRIPTS/$CI_TARGET.sh\""