소스 검색

Removed hhvm from allow failures

Graham Campbell 10 년 전
부모
커밋
6b088e4bda
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