Update travis

This commit is contained in:
Laurent Destailleur 2016-02-02 17:19:28 +01:00
parent 392d75b89e
commit cd72e606d0

View File

@ -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: