Skip to content

Commit

Permalink
whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Mar 26, 2019
1 parent 5fc7ed2 commit f2d1254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: sirius.solovyov.net:2222
ssh_known_hosts: sirius.solovyov.net
install:
- pip install pipenv
- pipenv install
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 PasswordAuthentication=no -p 2222 $1 $2 $3 $4
ssh -i .travis/deploy_key -o PasswordAuthentication=no $1 $2 $3 $4

0 comments on commit f2d1254

Please sign in to comment.