Do not allow failing tests with php 5.5 anymore

This commit is contained in:
Grégoire Pineau 2013-07-27 20:27:53 +02:00
parent ddc0197f3e
commit 4f05a5c8a7
1 changed files with 0 additions and 4 deletions

View File

@ -5,9 +5,5 @@ php:
- 5.4
- 5.5
matrix:
allow_failures:
- php: 5.5
before_script:
- composer install --dev --prefer-source