I have modified .travis.yml to use php-fpm using the commands detailed in the travis-ci docs for PHP: http://docs.travis-ci.com/user/languages/php/
I have also changed the port in the nginx.conf file to 9000 from 8888 as this is the default for php-fpm.
Switch travis to use php-fpm
ade6e60
8c78c48
I have modified .travis.yml to use php-fpm using the commands detailed in the travis-ci docs for PHP:
http://docs.travis-ci.com/user/languages/php/
I have also changed the port in the nginx.conf file to 9000 from 8888 as this is the default for php-fpm.