Trying without HTTPS to speed up SDK update
This commit is contained in:
@@ -20,7 +20,7 @@ install:
|
||||
- tar --absolute-names -jxf android-ndk-r9-linux-x86_64.tar.bz2
|
||||
- tar -zxf android-sdk_r23.0.2-linux.tgz
|
||||
- $ANDROID list sdk --extended -a
|
||||
- echo yes | $ANDROID update sdk --filter tools,platform-tools,build-tools-20.0.0,android-10 --no-ui --force
|
||||
- echo yes | $ANDROID update sdk --filter tools,platform-tools,build-tools-20.0.0,android-10 --no-ui --force --no-https
|
||||
- sudo pip install pyjavaproperties
|
||||
script: ./travis-script.sh
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user