Skip to content

Commit

Permalink
Disable strict host checking
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaanm committed Mar 28, 2014
1 parent 1fb0a60 commit b102ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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/
- rsync -e 'ssh -o StrictHostKeyChecking=no' -rzv build/spec/ scalatest@chara.epfl.ch:/home/linuxsoft/archives/scala/spec/2.11/

0 comments on commit b102ffc

Please sign in to comment.