浏览代码

Add hhvm-nightly as a testing environment on Travis CI.

Daniele Alessandri 10 年之前
父节点
当前提交
0533b50c6b
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -5,6 +5,7 @@ php:
   - 5.5
   - 5.6
   - hhvm
+  - hhvm-nightly
 branches:
   except:
     - v0.5
@@ -17,3 +18,7 @@ before_script:
   - composer install --no-interaction --prefer-source --dev
 script:
   - vendor/bin/phpunit -c phpunit.xml.travisci
+-matrix:
+-  allow_failures:
+-    - php: hhvm-nightly
+-  fast_finish: true