[master] b87d45e Output the log if any tests fail.

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


commit b87d45ede9710d6b71862d2f332fd99893a6df13
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