formapro / JsFormValidatorBundle

The Javascript validation for Symfony 2, 3 and 4 forms
MIT License
128 stars 57 forks source link

Fix travis build for PHP 7 #95

Closed 66Ton99 closed 8 years ago

66Ton99 commented 8 years ago

Fix

~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm
[29-Jan-2016 16:17:23] WARNING: Nothing matches the include pattern '/home/travis/.phpenv/versions/7.0.2/etc/php-fpm.d/*.conf' from /home/travis/.phpenv/versions/7.0.2/etc/php-fpm.conf at line 125.
[29-Jan-2016 16:17:23] ERROR: No pool defined. at least one pool section must be specified in config file
[29-Jan-2016 16:17:23] ERROR: failed to post process the configuration
[29-Jan-2016 16:17:23] ERROR: FPM initialization failed
66Ton99 commented 8 years ago

Fixed in #105