mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Merge pull request #8133 from YunLemon/TRAVIS_SHALLOW_CLONE_1
Shallow cloning on travis
This commit is contained in:
commit
1a940241da
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# faster builds
|
||||
git:
|
||||
depth: false
|
||||
depth: 3
|
||||
submodules: false
|
||||
sudo: false
|
||||
dist: trusty
|
||||
|
|
Loading…
Reference in a new issue