Skip to content

Commit 7982f70

Browse files
committed
Avoid shallow git clones in travis.
1 parent 4ed65b9 commit 7982f70

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ branches:
1010
except:
1111
- /^v[0-9]/
1212

13+
git:
14+
depth: 999999
15+
1316
env:
1417
global:
1518
- MYPYTHON_VERSION=2.7
@@ -23,7 +26,7 @@ matrix:
2326
env: MYUSEMC=false
2427

2528
before_install:
26-
- git fetch origin --unshallow --tags
29+
- git fetch origin --tags
2730
- if ${MYUSEMC}; then
2831
NOAPT=true; NOMC=false;
2932
else

0 commit comments

Comments
 (0)