From 1d9acd6a2451bcd234dd2cf26afc8b11470d886c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 2 Feb 2016 12:53:45 +0100 Subject: [PATCH] Debug --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ad95172334c..f1c8d66957c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -293,9 +293,12 @@ script: set -e phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php set +e - echo + echo Output dolibarr.log + echo cat documents/dolibarr.log after_success: +- | + echo Success after_failure: - | @@ -315,4 +318,7 @@ after_failure: fi after_script: +- | + # Dolibarr log file + cat documents/dolibarr.log