Missing sudo
This commit is contained in:
parent
0ca23ad373
commit
331c643027
@ -70,5 +70,5 @@ after_script:
|
|||||||
- Output dolibarr log file
|
- Output dolibarr log file
|
||||||
- cat /home/travis/build/Dolibarr/dolibarr/htdocs/documents/dolibarr.log
|
- cat /home/travis/build/Dolibarr/dolibarr/htdocs/documents/dolibarr.log
|
||||||
- Output apache log file
|
- Output apache log file
|
||||||
- cat /var/log/apache2/error.log
|
- sudo cat /var/log/apache2/error.log
|
||||||
- echo End travis
|
- echo End travis
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user