Try and run the tests on nginx

This commit is contained in:
Jonny Barnes 2017-02-23 10:07:52 +00:00
parent 5f3461daf8
commit 7237d67dda
6 changed files with 173 additions and 2 deletions

9
travis/php-fpm.tpl.conf Normal file
View file

@ -0,0 +1,9 @@
[global]
[travis]
user = {USER}
listen = {PORT}
listen.mode = 0666
pm = static
pm.max_children = 5
php_admin_value[memory_limit] = 32M