summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2017-04-19 09:25:20 -0500
committerPaul J. Davis <paul.joseph.davis@gmail.com>2017-04-24 15:01:34 -0500
commit7cc043cc609490119af138fd9848bb68ff47060b (patch)
tree7f353683990ec5f8abe8645ad63b5851abecccce
parent778738b1b61dbb559a0ecc2acdd8720a02cc7ec8 (diff)
downloadcouchdb-debug-chttpd-test-error.tar.gz
Try and capture logs for chttpd test failuresdebug-chttpd-test-error
-rw-r--r--.travis.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f0f7126c4..a165c353a 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