mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
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:
parent
4982a2d257
commit
e11a94e5b6
@ -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\""
|
||||
|
Loading…
Reference in New Issue
Block a user