Replace nginx with privoxy for travis testing
[plcapi.git] / tests / ci / travis / setup_apache_hhvm.sh
old mode 100755 (executable)
new mode 100644 (file)
similarity index 85%
rename from tests/ci/travis/install_apache_hhvm.sh
rename to tests/ci/travis/setup_apache_hhvm.sh
index 1ff3ddd..b604f83
@@ -3,7 +3,6 @@
 # enable hhvm-fcgi
 # @see https://github.com/travis-ci/travis-ci.github.com/blob/master/docs/user/languages/php.md#apache--php
 
-sudo apt-get install apache2 libapache2-mod-fastcgi
 sudo a2enmod rewrite actions fastcgi alias
 
 # start HHVM
@@ -12,4 +11,4 @@ hhvm -m daemon -vServer.Type=fastcgi -vServer.Port=9000 -vServer.FixPathInfo=tru
 # configure apache virtual hosts
 sudo cp -f tests/ci/travis/apache_vhost_hhvm /etc/apache2/sites-available/default
 sudo sed -e "s?%TRAVIS_BUILD_DIR%?$(pwd)?g" --in-place /etc/apache2/sites-available/default
-sudo service apache2 restart
\ No newline at end of file
+sudo service apache2 restart