소스 검색

Disable Travis-CI shallow clones.

This feature messes up with our Git checking history.
tags/v0.99.beta20
Sam Hocevar 9 년 전
부모
커밋
3fef621bb1
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      .travis.yml

+ 6
- 0
.travis.yml 파일 보기

@@ -18,6 +18,12 @@ addons:
- ruby-dev
- ruby-minitest

# Travis does shallow clones, but we use the Git history
# for check-copyright. Disable shallow clones; our whole
# history is about 5 MiB anyway.
git:
depth: 9999999

before_install:
- .travis/before_install.sh
- ./bootstrap


불러오는 중...
취소
저장