mirror of
https://github.com/certbot/certbot.git
synced 2026-06-15 19:49:05 -04:00
Raise ulimit
This commit is contained in:
parent
7a85433a93
commit
bd1a44e7a6
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ before_install:
|
|||
- '([ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0) || (brew update && brew install augeas python3)'
|
||||
|
||||
before_script:
|
||||
- 'if [ $TRAVIS_OS_NAME = osx ] ; then ulimit -n 1024 ; fi'
|
||||
- 'if [ $TRAVIS_OS_NAME = osx ] ; then ulimit -n 2048 ; fi'
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
|
|||
Loading…
Reference in a new issue