Skip to content

Commit

Permalink
Merge pull request stratisproject#392 from bokobza/master
Browse files Browse the repository at this point in the history
increased ulimit to 4098
  • Loading branch information
bokobza committed Aug 14, 2018
2 parents 909590d + d274986 commit 91aec23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:
osx_image: xcode9
before_install:
- brew update
- ulimit -n 1024
- ulimit -n 4098
- os_platform=darwin

# branches to build
Expand Down

0 comments on commit 91aec23

Please sign in to comment.