Ver Fonte

Add hhvm test in travis

Thomas Rabaix há 11 anos atrás
pai
commit
be78c78f0c
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

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