소스 검색

Report Travis CI build success early

This will report the build has succceeded even if allowed to fail jobs are
still running.

See https://github.com/composer/composer/pull/3828.

Docs: http://docs.travis-ci.com/user/build-configuration/#Fast-finishing

Props to @fonsecas72.
Haralan Dobrev 10 년 전
부모
커밋
8168f69ae7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -21,6 +21,7 @@ php:
   - hhvm-nightly
 
 matrix:
+  fast_finish: true
   allow_failures:
     - php: hhvm-nightly