Skip to content

Commit

Permalink
increase open files limit on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed May 14, 2018
1 parent 0de37e7 commit a0301d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ os:
- osx

before_install:
# select the os name for the conda installer
# increase open files limit
- ulimit -a
- ulimit -Sn 10000
- ulimit -a
# select the os name for the conda installer
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
OS_NAME=MacOSX;
else
Expand Down

0 comments on commit a0301d8

Please sign in to comment.