Fix php/apache settings in travis

pull/3064/head
Julio 5 years ago
parent 1b541bd552
commit a54a148f54
  1. 2
      .travis.yml

@ -46,7 +46,7 @@ before_install:
- sleep 10
# Apache & php-fpm configuration
- sudo apt-get install -y --force-yes apache2
- sudo apt-get install -y --force-yes apache2 php
- bash tests/travis/setup-php-fpm.sh
- bash tests/travis/setup-apache.sh
- curl $VHOST_URL

Loading…
Cancel
Save