We don't want to exit if error on phpunit

This commit is contained in:
Laurent Destailleur 2016-02-02 13:06:46 +01:00
parent cd16784b2b
commit dcff643fb6

View File

@ -290,7 +290,7 @@ script:
- |
echo "Unit testing"
# Ensure we catch errors
set -e
set +e
phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php
set +e