Skip to content

Commit

Permalink
travis.yml: bump ulimit to 1024
Browse files Browse the repository at this point in the history
Closes Homebrew#43635.

Signed-off-by: Mike McQuaid <[email protected]>
  • Loading branch information
nijikon authored and MikeMcQuaid committed Dec 25, 2015
1 parent df7b566 commit d0a397a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ install:
brew untap homebrew/versions;
fi
- export HOMEBREW_DEVELOPER="1"
- ulimit -n 1024

script:
- brew test-bot
Expand Down

0 comments on commit d0a397a

Please sign in to comment.