From f00414e4f7eaf7e0f67a52295b4eb4a1103c8e16 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 18 May 2016 10:50:42 +0200 Subject: [PATCH] Show travis log --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e5d0025d3ea..4810502852f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -286,7 +286,9 @@ script: cd - set +e echo - + echo Log for upgrade2.php 3.9.0 4.0.0 MAIN_MODULE_API + cat $TRAVIS_BUILD_DIR/upgrade390400-2.log + - | echo "Unit testing" # Ensure we catch errors. Set this to +e if you want to go to the end to see log file.