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:
parent
be09ba0216
commit
74fd426e45
@ -2,6 +2,11 @@ language: php
|
|||||||
php:
|
php:
|
||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
|
- 5.5
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: 5.5
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer selfupdate --quiet
|
- composer selfupdate --quiet
|
||||||
|
Loading…
Reference in New Issue
Block a user