Php7 Support

This commit is contained in:
Jelle Kok 2016-05-21 21:55:51 +02:00
parent 9c93c7f3ca
commit 3d6cfeef14
1 changed files with 2 additions and 1 deletions

View File

@ -2,11 +2,12 @@ language: php
php:
- 5.5
- 5.6
- 7.0
addons:
firefox: "44.0.2"
matrix:
allow_failures:
- php: 5.6
- php: 7.0
before_script:
- sudo apt-get update -qq
- sudo apt-get install -y --force-yes apache2 libapache2-mod-fastcgi php5-curl php5-mysql php5-intl php5-gd > /dev/null