summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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