Skip to content

Commit

Permalink
argh travis has official way to deal with known hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Aug 7, 2016
1 parent 2fc09ba commit ab86df7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
virtualenv:
system_site_packages: true
addons:
ssh_known_hosts: maia.solovyov.net
ssh_known_hosts: sirius.solovyov.net
install:
- pip install cyrax
- pip install pyyaml
Expand Down
2 changes: 1 addition & 1 deletion .travis/git-ssh.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

ssh -i .travis/deploy_key -o UserKnownHostsFile=.travis/known_hosts -o PasswordAuthentication=no $1 $2 $3 $4
ssh -i .travis/deploy_key -o PasswordAuthentication=no $1 $2 $3 $4
1 change: 0 additions & 1 deletion .travis/known_hosts

This file was deleted.

0 comments on commit ab86df7

Please sign in to comment.