diff --git a/.travis.yml b/.travis.yml index 79c833ea3..79952a243 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,8 @@ install: echo yes | $ANDROID update sdk --no-ui --force --no-https --filter \ tools,\ platform-tools,\ - build-tools-22.0.1,android-10; + build-tools-22.0.1,\ + android-10; fi - sudo pip install pyjavaproperties - sudo pip install github3.py