diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-14 20:37:01 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-14 20:37:01 +0100 |
commit | e0d77551cf9a2af4425760acfc1c10de6796ecfc (patch) | |
tree | 77e552bb5041cd18f61a145714c2ca77deb154d5 /.travis.yml | |
parent | 7892699d9da713a94a77f3cd949f71aa60ca7c06 (diff) | |
parent | 2e8ee6e5c4a4355d4330918b4a6a362e92956eae (diff) |
Merge pull request #2819 from fredemmott/hhvm-travis
Enable HHVM on travis-ci
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fa9d5e563..27fe3c670 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.3 - 5.4 - 5.5 + - hhvm env: - DB=mysql @@ -22,6 +23,10 @@ before_script: script: phpunit --coverage-text --configuration tests/travis/$DB.phpunit.xml +matrix: + allow_failures: + - php: hhvm + branches: only: - develop |