Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1348 from lowzj/fix-git-depth
Browse files Browse the repository at this point in the history
fix(ci): disable shadow clone in travis-ci
  • Loading branch information
chenchaobing authored May 15, 2020
2 parents 183a2f5 + d631f4d commit 10a6ac2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
services:
- docker
sudo: false
git:
depth: false
language: go
go:
- 1.12.x
Expand Down

0 comments on commit 10a6ac2

Please sign in to comment.