소스 검색

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 년 전
부모
커밋
af2548581e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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