瀏覽代碼

Add hhvm test in travis

Thomas Rabaix 11 年之前
父節點
當前提交
be78c78f0c
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -4,6 +4,7 @@ php:
   - 5.3
   - 5.3
   - 5.4
   - 5.4
   - 5.5
   - 5.5
+  - hhvm
 
 
 env:
 env:
   - SYMFONY_VERSION=2.2.*
   - SYMFONY_VERSION=2.2.*
@@ -19,3 +20,7 @@ script: phpunit
 
 
 notifications:
 notifications:
     webhooks: http://sonata-project.org/bundles/admin/master/travis
     webhooks: http://sonata-project.org/bundles/admin/master/travis
+
+matrix:
+  allow_failures:
+    - php: hhvm