diff options
author | Paul J. Davis <paul.joseph.davis@gmail.com> | 2019-12-19 10:25:36 -0600 |
---|---|---|
committer | Paul J. Davis <paul.joseph.davis@gmail.com> | 2019-12-19 11:52:13 -0600 |
commit | cef0fa04400a8b755592f021d0d461aae1d9bcaf (patch) | |
tree | ae61f72caf259edd1af68479c61a21d148e13117 | |
parent | 0cb01bf39bf110d5ca9d0e62b679438081dd80ca (diff) | |
download | couchdb-cef0fa04400a8b755592f021d0d461aae1d9bcaf.tar.gz |
Log test failures on Travis
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0e1a54a0e..2423fcaef 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 |