Merge pull request #8133 from YunLemon/TRAVIS_SHALLOW_CLONE_1

Shallow cloning on travis
This commit is contained in:
Oleg Agafonov 2021-08-16 10:25:49 +04:00 committed by GitHub
commit 1a940241da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# faster builds
git:
depth: false
depth: 3
submodules: false
sudo: false
dist: trusty