travis wip
[plcapi.git] / tests / ci / setup / setup_php.sh
index fe9e0b0..36bb116 100644 (file)
@@ -100,4 +100,6 @@ if [ -n "$TRAVIS" ]; then
     ~/.phpenv/versions/${PHPVER}/sbin/php-fpm
 
     # @todo configure apache for php-fpm via mod_proxy_fcgi
+    a2enconf php${PHPVER}-fpm
+    service apache2 restart
 fi