[4.0] 8ccfe58 Output the log if any tests fail.

Lasse Karstensen lkarsten at varnish-software.com
Wed Feb 11 15:33:47 CET 2015


commit 8ccfe58df1107087c33cc96a9861f9df302d6b96
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Wed Feb 11 15:32:25 2015 +0100

    Output the log if any tests fail.

diff --git a/.travis.yml b/.travis.yml
index 3ed018a..8caad42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,4 @@ before_install:
   - sudo apt-get install python-docutils
   - ./autogen.sh
   - ./configure
-script: 'make -j3 check'
+script: 'make -j3 check VERBOSE=1'



More information about the varnish-commit mailing list