Remove travis OSX work around for surpassing max file limit
This commit is contained in:
parent
f4c5e31ec1
commit
162e0b960d
|
|
@ -7,7 +7,5 @@ env:
|
|||
os:
|
||||
- linux
|
||||
- osx
|
||||
before_script:
|
||||
- if [ $TRAVIS_OS_NAME == "osx" ] ; then sudo sysctl -w kern.maxfiles=64000 ; sudo sysctl -w kern.maxfilesperproc=64000 ; sudo launchctl limit maxfiles 64000 64000 ; fi ; ulimit -n 64000
|
||||
script:
|
||||
- ./build.sh --quiet verify
|
||||
Loading…
Reference in New Issue