8000 Avoid warning: no common commits · python/python-docs-ja@2ace86c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ace86c

Browse files
committed
Avoid warning: no common commits
1 parent a33c180 commit 2ace86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727
- pip install transifex-client
2828
- pip install sphinx-intl
2929
- cd "${BASEDIR}"
30-
- git clone --depth 1 --branch catalog-3.6 https://github.com/python-doc-ja/cpython-doc-catalog.git cpython-doc-catalog
30+
- git clone --depth 50 --branch catalog-3.6 https://github.com/python-doc-ja/cpython-doc-catalog.git cpython-doc-catalog
3131
- mkdir -p "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
3232
- cd "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
3333
- ln -s "${BASEDIR}"/python-docs-ja LC_MESSAGES

0 commit comments

Comments
 (0)
0