diff --git a/.travis.yml b/.travis.yml index 74d951bf7bf..0f14e0a49ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -291,7 +291,7 @@ script: echo "Unit testing" # Ensure we catch errors. Set this to +e if you want to go to the end to see log file. set -e - #phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php + phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php set +e - |