1
0
Fork 0

Allow 5.3.3 failures since they dont have openssl

pull/2054/head
Jordi Boggiano 2013-07-01 00:16:08 +02:00
parent 536685fa9c
commit 424407af72
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ php:
- 5.4
- 5.5
matrix:
allow_failures:
- php: 5.3.3
before_script:
- echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- composer install --dev --prefer-source