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