瀏覽代碼

Add PHP 5.5 to the CI build matrix and switch to branch blacklisting.

Daniele Alessandri 12 年之前
父節點
當前提交
3465bc7c1f
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. 6 4
      .travis.yml

+ 6 - 4
.travis.yml

@@ -2,10 +2,12 @@ language: php
 php:
   - 5.3
   - 5.4
+  - 5.5
 branches:
-  only:
-    - master
-    - v0.7
-    - v0.8
+  except:
+    - v0.5
+    - v0.6
+    - php5.2_backport
+    - documentation
 services: redis-server
 script: phpunit -c phpunit.xml.travisci