浏览代码

Merge pull request #204 from GrahamCampbell/patch-1

Removed hhvm from allow failures
Daniele Alessandri 10 年之前
父节点
当前提交
8775fdfd80
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      .travis.yml

+ 0 - 4
.travis.yml

@@ -17,7 +17,3 @@ before_script:
   - composer install --no-interaction --prefer-source --dev
 script:
   - vendor/bin/phpunit -c phpunit.xml.travisci
-matrix:
-  allow_failures:
-    - php: hhvm
-  fast_finish: true