travis.yml: bump ulimit to 1024

Closes Homebrew/homebrew#43635.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Tomasz Pajor 2015-12-22 17:00:05 +01:00 committed by Mike McQuaid
parent 75ae0cfb3a
commit 0f86677ffc

View File

@ -36,6 +36,7 @@ install:
brew untap homebrew/versions;
fi
- export HOMEBREW_DEVELOPER="1"
- ulimit -n 1024
script:
- brew test-bot