From 85741540717b8a5b40f6831d63d74bd31f77ffcb Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Sat, 11 Jul 2015 21:58:30 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8dccdb27..7c3c5011d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ install: tar --absolute-names -jxf android-ndk-r9-linux-x86_64.tar.bz2 && tar -zxf android-sdk_r24.3.3-linux.tgz && $ANDROID list sdk --extended -a && - echo yes | $ANDROID update sdk --no-ui --force --no-https --filter tools,platform-tools,build-tools-22.0.1,android-10; + echo yes | $ANDROID update sdk -a -t tools,platform-tools,build-tools-22.0.1,android-10 --no-ui --force --no-https; fi - sudo pip install pyjavaproperties - sudo pip install github3.py