From cd72e606d0acc5e6dfba7edc79811b1ae602a62d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 2 Feb 2016 17:19:28 +0100 Subject: [PATCH] Update travis --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3c50ca1ba0f..9eb355b2ab4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -290,19 +290,19 @@ script: - | echo "Unit testing" # Ensure we catch errors. Set this to +e if you want to go to this end to see log file. - set +e + set -e phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php set +e - | - echo Output dolibarr.log - echo cat documents/dolibarr.log + #echo "Output dolibarr.log" + #echo cat documents/dolibarr.log after_script: - | # Dolibarr log file - echo "After script" - cat documents/dolibarr.log + #echo "After script" + #cat documents/dolibarr.log after_success: