From 1f54731fd12ac3786f1ef92935565348355a54a8 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 21 Apr 2014 00:29:07 +0100 Subject: [PATCH] Travis: trust github ssh while pushing new docs to it --- .travis-generate-docs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis-generate-docs.sh b/.travis-generate-docs.sh index 25670ae3..08f9c8d6 100755 --- a/.travis-generate-docs.sh +++ b/.travis-generate-docs.sh @@ -10,6 +10,8 @@ Host znc-docs HostName github.com User git IdentityFile ~/znc-docs-key +StrictHostKeyChecking no +UserKnownHostsFile /dev/null EOF cd "$HOME"