updated travis build script

This commit is contained in:
Mariotaku Lee 2017-03-04 01:24:10 +08:00
parent 051a2d3ce0
commit d36a30627d
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ install:
- cat private/ssh_known_hosts >> ~/.ssh/known_hosts
# Checkout Google components
- ssh-agent bash -c "ssh-add private/ssh_id_rsa; git clone $COMPONENT_GOOGLE_REPO twidere/src/google" > /dev/null 2>&1
# Remove Google components .git dir
- rm -rf twidere/src/google/.git
before_script:
# Validate if patches work