From 424407af720a7a3022091d928c65e3fc7873455b Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 1 Jul 2013 00:16:08 +0200 Subject: [PATCH] Allow 5.3.3 failures since they dont have openssl --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index a897f3cee..24140e48a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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