Travis test

This commit is contained in:
Laurent Destailleur 2019-01-20 22:39:01 +01:00
parent da2ba20653
commit 213d7d0972

View File

@ -358,7 +358,7 @@ script:
- |
echo "Unit testing"
# Ensure we catch errors. Set this to +e if you want to go to the end to see dolibarr.log file.
set -e
set +e
phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php
phpunitresult=$?
echo "Phpunit return code = $phpunitresult"