Travis: trust github ssh while pushing new docs to it

This commit is contained in:
Alexey Sokolov
2014-04-21 00:29:07 +01:00
parent 8064bda3d8
commit 1f54731fd1
+2
View File
@@ -10,6 +10,8 @@ Host znc-docs
HostName github.com
User git
IdentityFile ~/znc-docs-key
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
EOF
cd "$HOME"