Merge pull request #2447 from TomasVotruba/patch-1

travis: PHP 7.0 nightly added
This commit is contained in:
Laurent Destailleur 2015-03-11 02:12:58 +01:00
commit 5748ea8f35

View File

@ -18,10 +18,15 @@ services:
language: php language: php
php: php:
# - "5.2" is not supported because pyrus to install PHP_Codesniffer is not available # - "5.2" is not supported because pyrus to install PHP_Codesniffer is not available
- "5.3" - 5.3
- "5.4" - 5.4
- "5.5" - 5.5
- "5.6" - 5.6
- 7.0
matrix:
allow_failures:
- php: 7.0
env: env:
- DB=mysql - DB=mysql