8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba1068 commit 1851bfeCopy full SHA for 1851bfe
.travis.yml
@@ -18,6 +18,7 @@ before_install:
18
# Hack from: https://gist.github.com/jamesmcfadden/d379e04e7ae2861414886af189ec59e5
19
- echo -e "Host python-docs-ja.github.com\n\tHostName github.com\n\tIdentityFile ~/.ssh/python-docs-ja\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
20
- echo -e "Host cpython-doc-catalog.github.com\n\tHostName github.com\n\tIdentityFile ~/.ssh/cpython-doc-catalog\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
21
+- cat ~/.ssh/config
22
- git config --global user.email "travisci-build-bot@example.com"
23
- git config --global user.name "Autobuild bot on TravisCI"
24
install:
0 commit comments