Allow 5.3.3 failures since they dont have openssl
parent
536685fa9c
commit
424407af72
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue