Skip to content
Prev Previous commit
Next Next commit
preper before ulimit kicks in
  • Loading branch information
yarikoptic committed Feb 20, 2015
commit d337d61827dc95fea7c2b8f833fe592c625568bd
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ install:
- git config --global user.email "travis@ci.com"
- git config --global user.name "Travis Runner"
- wget -q http://neuro.debian.net/travis-chroot && chmod +x travis-chroot
- ./travis-chroot prepare # before ulimit hits hard ;-)
script:
# Make sure we limit open handles to see if we are leaking them
- ulimit -n 96
Expand Down