소스 검색

Apply minor fix to .travis.yml.

Daniele Alessandri 10 년 전
부모
커밋
6db2ca38c2
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      .travis.yml

+ 4 - 4
.travis.yml

@@ -18,7 +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
+matrix:
+  allow_failures:
+    - php: hhvm-nightly
+  fast_finish: true