Also build against PHP 5.5.

But a failing build agains PHP 5.5 should not fail the whole build.
This commit is contained in:
Jacob Kiers 2013-02-08 11:09:37 +00:00
parent be09ba0216
commit 74fd426e45
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@ language: php
php:
- 5.3
- 5.4
- 5.5
matrix:
allow_failures:
- php: 5.5
before_script:
- composer selfupdate --quiet