Travis: Remove setting core file size.

Doesn't work on Travis:

> bash: line 0: ulimit: core file size: cannot modify limit: Operation not permitted
This commit is contained in:
Florian Walch 2014-12-13 14:41:30 +01:00
parent 4982a2d257
commit e11a94e5b6

View File

@ -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\""