Skip to content

Commit 56c4b57

Browse files
treziacmhowlett
authored andcommitted
Fix" Too many open files" in travis osx (confluentinc#186)
Now that curl is fixed on travis-osx for .net core, there shouldn't be any more random error on build
1 parent 11af386 commit 56c4b57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ matrix:
1818
mono: none
1919
env: DOTNETCORE=1
2020

21+
before_install:
22+
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then ulimit -n 1024 ; fi
23+
2124
install:
2225
- dotnet restore
2326

0 commit comments

Comments
 (0)