Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 07:21:09 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 07:21:09 +0400
commitfd89e0d3b56d7b6b87bd59f73b9406f386b8c231 (patch)
tree5f0841632423568a90a72c505dadf37c059e4068 /tests/travis
parent3fd2dc3cfe4d0ae54d768de7fbf8ad67cc6771d3 (diff)
Try to get to php-fpm output (again).
Diffstat (limited to 'tests/travis')
-rw-r--r--tests/travis/php-fpm.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/travis/php-fpm.ini b/tests/travis/php-fpm.ini
index 0a4661e89c..e592e6638f 100644
--- a/tests/travis/php-fpm.ini
+++ b/tests/travis/php-fpm.ini
@@ -1,4 +1,5 @@
[global]
+error_log = @PHP_FPM_LOG@
[travis]
user = @USER@
@@ -8,5 +9,3 @@ pm = static
pm.max_children = 2
php_admin_value[memory_limit] = 128M
-
-error_log = @PHP_FPM_LOG@ \ No newline at end of file