From 331c6430271ffe9c73bc80d357fc9c97114beacb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 9 Sep 2013 11:56:45 +0200 Subject: [PATCH] Missing sudo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index edbaa9ca460..354a95da59c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,5 +70,5 @@ after_script: - Output dolibarr log file - cat /home/travis/build/Dolibarr/dolibarr/htdocs/documents/dolibarr.log - Output apache log file - - cat /var/log/apache2/error.log + - sudo cat /var/log/apache2/error.log - echo End travis