updated travis config
This commit is contained in:
parent
c97d8f6273
commit
8ca01020eb
|
@ -63,7 +63,7 @@ install:
|
|||
# Extracts build configs into source tree
|
||||
- tar zxf travis/configs/twidere_private_config.tar.gz
|
||||
# I REALLY don't want to use StrictHostKeyChecking, but SSH don't let me check hostname only
|
||||
- GIT_TERMINAL_PROMPT=0 GIT_SSH_COMMAND='ssh -i private/ssh_id_rsa -o StrictHostKeyChecking=no' git clone $COMPONENT_GOOGLE_REPO twidere/src/google > /dev/null 2>&1
|
||||
- GIT_SSH='ssh -i private/ssh_id_rsa -o StrictHostKeyChecking=no' git clone $COMPONENT_GOOGLE_REPO twidere/src/google > /dev/null 2>&1
|
||||
|
||||
before_script:
|
||||
# Validate if patches work
|
||||
|
|
Loading…
Reference in New Issue