From 80379ecde5a1bb48e17b54b31015daa3de0e95f4 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Sat, 11 Jul 2015 21:52:20 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 96c7037f8..b8dccdb27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,11 +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 --no-ui --force --no-https --filter tools,platform-tools,build-tools-22.0.1,android-10; fi - sudo pip install pyjavaproperties - sudo pip install github3.py