Update .travis.yml

Updated android build tools to 22.0.1
This commit is contained in:
Xawotihs
2015-07-11 18:05:39 +02:00
parent e2814c04f4
commit e664ecfaf5

View File

@@ -39,7 +39,7 @@ install:
tar --absolute-names -jxf android-ndk-r9-linux-x86_64.tar.bz2 &&
tar -zxf android-sdk_r24.0.2-linux.tgz &&
$ANDROID list sdk --extended -a &&
echo yes | $ANDROID update sdk --filter tools,platform-tools,build-tools-21.1.2,android-10 --no-ui --force --no-https;
echo yes | $ANDROID update sdk --filter 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