浏览代码

Clone on travis to avoid ssl issues on 5.3, disallow failures for 5.5 now that its updated

Jordi Boggiano 12 年之前
父节点
当前提交
57959c096e
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      .travis.yml

+ 1 - 5
.travis.yml

@@ -6,10 +6,6 @@ php:
   - 5.4
   - 5.4
   - 5.5
   - 5.5
 
 
-matrix:
-  allow_failures:
-    - php: 5.5
-
-before_script: composer install
+before_script: composer install --prefer-source
 
 
 script: phpunit -c tests/complete.phpunit.xml
 script: phpunit -c tests/complete.phpunit.xml