8000 Less output of git fetch · python/python-docs-ja@0a0f54d · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a0f54d

Browse files
committed
Less output of git fetch
1 parent 76d36d2 commit 0a0f54d

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
@@ -44,7 +44,7 @@ script:
4444
- cd "${BASEDIR}"/cpython-doc-catalog
4545
- git remote add upstream https://github.com/python/cpython.git
4646
- git remote -v
47-
- git fetch upstream
47+
- git fetch --quiet upstream
4848
- git merge --no-ff upstream/3.6 -m "Merge remote-tracking branch 'upstream/3.6' into catalog-3.6 by Autobuild bot on TravisCI"
4949
- cd Doc
5050
- make build ALLSPHINXOPTS="-E -b gettext -D gettext_compact=0 -d build/.doctrees . locales/pot"

0 commit comments

Comments
 (0)
0