From 4fa1e7eac9e8532f7efc5b9ad29794686614dd99 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 9 Sep 2013 15:30:05 +0200 Subject: [PATCH] Removed log output. Make travis crazy. Fix hard coded value. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 57e1ba6d253..454ad9e620b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,7 @@ before_script: - echo Create dir $(pwd)/htdocs/documents - sudo mkdir -p $(pwd)/htdocs/documents/admin/temp; - sudo touch $(pwd)/htdocs/documents/dolibarr.log; - - sudo chmod a+rwx /home; sudo chmod a+rwx /home/travis; sudo chmod a+rwx /home/travis/build; - - sudo chmod a+rwx /home/travis/build/Dolibarr; sudo chmod a+rwx /home/travis/build/Dolibarr/dolibarr; + - sudo chmod a+rwx /home; sudo chmod a+rwx /home/travis; sudo chmod -R a+rwx /home/travis/build; - sudo chmod -R a+rwx $(pwd); - sudo chown -R www-data:travis $(pwd)/htdocs/documents; - find $(pwd)/htdocs/documents -type d -exec ls -alt {} \; @@ -77,7 +76,8 @@ script: phpunit -d memory_limit=-1 --configuration test/phpunit/phpunittest.xml after_script: - echo Output dolibarr log file - - cat $(pwd)/htdocs/documents/dolibarr.log +# - cat $(pwd)/htdocs/documents/dolibarr.log - echo Output apache log file - sudo cat /var/log/apache2/error.log - echo End travis +