소스 검색

Don't use shallow_clone if tests are export-ignored

johnstevenson 7 년 전
부모
커밋
3dc7d500df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -1,5 +1,5 @@
 build: false
-shallow_clone: true
+clone_depth: 5
 platform:
   - x86
   - x64