From b102ffc9e8a57e0ae3deac287fbd32d8beff46f0 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Thu, 27 Mar 2014 18:19:29 -0700 Subject: Disable strict host checking --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0bd7db1f62..b171ce67a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,4 @@ after_success: - ssh-add -D - chmod 600 spec/id_dsa_travis - ssh-add spec/id_dsa_travis - - rsync -rzv build/spec/ scalatest@chara.epfl.ch:/home/linuxsoft/archives/scala/spec/2.11/ \ No newline at end of file + - rsync -e 'ssh -o StrictHostKeyChecking=no' -rzv build/spec/ scalatest@chara.epfl.ch:/home/linuxsoft/archives/scala/spec/2.11/ \ No newline at end of file -- cgit v1.2.3