From 6a37b5e46188d1fb78f2cd2d7a03d6f65f304c15 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Sat, 11 Jul 2015 18:36:34 +0200 Subject: [PATCH] Update .travis.yml And a last one. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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