From 0ca23ad373602e34f94adc6e35a31fecbd984a71 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 9 Sep 2013 11:54:14 +0200 Subject: [PATCH] Try to ouput apache log in travis check --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed3395c2ff7..edbaa9ca460 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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