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: