Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A1B2B200C69 for ; Fri, 21 Apr 2017 18:35:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A0992160B86; Fri, 21 Apr 2017 16:35:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 191F0160BAF for ; Fri, 21 Apr 2017 18:35:27 +0200 (CEST) Received: (qmail 76835 invoked by uid 500); 21 Apr 2017 16:35:27 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 76764 invoked by uid 99); 21 Apr 2017 16:35:24 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2017 16:35:24 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6781D865BB; Fri, 21 Apr 2017 16:35:23 +0000 (UTC) Date: Fri, 21 Apr 2017 16:35:24 +0000 To: "commits@couchdb.apache.org" Subject: [couchdb] 01/01: Try and capture logs for chttpd test failures MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: davisp@apache.org Reply-To: "commits@couchdb.apache.org" In-Reply-To: <149279252330.26593.14274104354347197185@gitbox.apache.org> References: <149279252330.26593.14274104354347197185@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb X-Git-Refname: refs/heads/debug-chttpd-test-error X-Git-Reftype: branch X-Git-Rev: 1f4a28a562d4f3fef54fba03232863108eb743f8 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.3.dev Auto-Submitted: auto-generated Message-Id: <20170421163523.6781D865BB@gitbox.apache.org> archived-at: Fri, 21 Apr 2017 16:35:28 -0000 This is an automated email from the ASF dual-hosted git repository. davisp pushed a commit to branch debug-chttpd-test-error in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 1f4a28a562d4f3fef54fba03232863108eb743f8 Author: Paul J. Davis AuthorDate: Wed Apr 19 09:25:20 2017 -0500 Try and capture logs for chttpd test failures --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f0f7126..a165c35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,19 @@ before_install: - sudo apt-get -y install libicu-dev libmozjs185-dev pkg-config help2man libcurl4-openssl-dev - sudo apt-get -y install libtool automake autoconf autoconf-archive - sudo apt-get -y install shunit2 -before_script: ./configure -c --disable-docs --disable-fauxton +before_script: + - kerl list installations + - ./configure -c --disable-docs --disable-fauxton script: - make check +after_failure: cat src/chttpd/.eunit/couch.log language: erlang otp_release: + - 19.2 + - 19.1 + - 19.0 + - 18.3 + - 18.2 - 18.1 - 18.0 - 17.5 -- To stop receiving notification emails like this one, please contact "commits@couchdb.apache.org" .