This is an automated email from the ASF dual-hosted git repository. iilyak pushed a commit to branch travis-ulimit in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 22ad7e82a3b87a05ca699a4bd910bcb5dd601339 Author: ILYA Khlopotov <[email protected]> AuthorDate: Tue Nov 6 04:28:22 2018 -0800 Print ulimit value from TravisCI for debugging --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 01b2862..123bbf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,7 @@ env: # Then comment this section out before_script: + - ulimit -n && exit 1 - rm -rf /tmp/couchjslogs - mkdir -p /tmp/couchjslogs - ./configure -c --disable-docs --disable-fauxton
