Try to ouput apache log in travis check

This commit is contained in:
Laurent Destailleur 2013-09-09 11:54:14 +02:00
parent 98c95e01dd
commit 0ca23ad373

View File

@ -67,6 +67,8 @@ before_script:
script: phpunit -d memory_limit=-1 --configuration test/phpunit/phpunittest.xml test/phpunit/WebservicesOtherTest.php
after_script:
- Output log file
- Output dolibarr log file
- cat /home/travis/build/Dolibarr/dolibarr/htdocs/documents/dolibarr.log
- Output apache log file
- cat /var/log/apache2/error.log
- echo End travis