Browse Source

Add HHVM to the build matrix on Travis CI.

We allow failures on builds run against HHVM since it is still being
developed and things could break anytime, but at least this gives us
a decent indicator of the level of compatibility of Predis with this
runtime.
Daniele Alessandri 11 years ago
parent
commit
af2548581e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -3,6 +3,10 @@ php:
   - 5.3
   - 5.4
   - 5.5
+  - hhvm
+matrix:
+  allow_failures:
+    - php: hhvm
 branches:
   except:
     - v0.5