summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-23 16:28:27 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-23 16:28:27 +0100
commitf90dcaec77f67d52714120648576e8269ff20d52 (patch)
tree4e59a697ddce85bd447e7e20f82ded4d4acdba15
parentfb8f05dde79e35c6f9911c493d1b8ad051feb54b (diff)
enable mods
-rw-r--r--tests/travis/travis-ci-apache.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/travis/travis-ci-apache.sh b/tests/travis/travis-ci-apache.sh
index cfa085cac..24af96be5 100644
--- a/tests/travis/travis-ci-apache.sh
+++ b/tests/travis/travis-ci-apache.sh
@@ -1,5 +1,6 @@
# set up php under apache
if [[ $(phpenv version-name) == 'hhvm' ]]; then
+ sudo a2enmod rewrite actions fastcgi alias
sudo cp -f owncloud/apps/news/tests/travis/travis-ci-apache-hhvm.conf /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