You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/19 16:26:36 UTC

[couchdb] 01/01: Log test failures on Travis

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch run-show-test-results-on-error
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 45a56cbf31487c50dd4afaeb43c26bd177413c2e
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Thu Dec 19 10:25:36 2019 -0600

    Log test failures on Travis
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 0e1a54a..2423fca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,6 +62,7 @@ script:
    - make check
 
 after_failure:
+  - build-aux/show-test-results.py
   - build-aux/logfile-uploader.py
 
 # start a push build on master and release branches + PRs build on every branch