From 3a40a345664997b50eae740401b07d349bc3f0fe Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Thu, 8 Oct 2015 23:33:17 +0200 Subject: [PATCH] should fix script syntax --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 453b8eb2f..900352a47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,11 +40,10 @@ 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 -a -t tools,platform-tools,build-tools-22.0.1,android-10 --no-ui --force --no-https; - # SDL2 - curl -O https://www.libsdl.org/release/SDL2-2.0.3.tar.gz - tar -xzvf SDL2-2.0.3.tar.gz - mv SDL2-2.0.3 thirdparty/SDL2 + echo yes | $ANDROID update sdk -a -t tools,platform-tools,build-tools-22.0.1,android-10 --no-ui --force --no-https && + curl -O https://www.libsdl.org/release/SDL2-2.0.3.tar.gz && + tar -xzvf SDL2-2.0.3.tar.gz && + mv SDL2-2.0.3 thirdparty/SDL2; fi - sudo pip install pyjavaproperties - sudo pip install github3.py