Parcourir la source

Allow 5.3.3 failures since they dont have openssl

Jordi Boggiano il y a 12 ans
Parent
commit
424407af72
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      .travis.yml

+ 4 - 0
.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