Skip to content
Snippets Groups Projects
Commit 5748ea8f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #2447 from TomasVotruba/patch-1

travis: PHP 7.0 nightly added
parents c2712574 a065b8a9
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,15 @@ services:
language: php
php:
# - "5.2" is not supported because pyrus to install PHP_Codesniffer is not available
- "5.3"
- "5.4"
- "5.5"
- "5.6"
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
matrix:
allow_failures:
- php: 7.0
env:
- DB=mysql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment