fixed ssh config

This commit is contained in:
Mariotaku Lee 2017-03-01 15:08:06 +08:00
parent 685e61cc7e
commit 74d79cca1d
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ before_install:
install:
# Extracts build configs into source tree
- tar zxf travis/configs/twidere_private_config.tar.gz
- GIT_SSH_COMMAND='ssh -i private/ssh_id_rsa -o UserKnownHostsFile private/ssh_known_hosts' git clone $COMPONENT_GOOGLE_REPO twidere/src/google > /dev/null 2>&1
- GIT_SSH_COMMAND='ssh -i private/ssh_id_rsa -o UserKnownHostsFile=private/ssh_known_hosts' git clone $COMPONENT_GOOGLE_REPO twidere/src/google > /dev/null 2>&1
before_script:
# Validate if patches work