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"