30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-12 03:02:21 +00:00

Merge pull request #216 from joomla-extensions/php7

Php7 Support
This commit is contained in:
George Wilson 2016-05-24 11:28:56 +02:00
commit a44cb31365

View File

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