From e7188c5985ff6234be90e0e1a8a57d4835dbaaa4 Mon Sep 17 00:00:00 2001 From: Anthony Restaino Date: Sat, 2 May 2015 13:12:16 -0400 Subject: [PATCH] Update build to search for latest support repos --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 06e1ab5..2f63e76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ android: - '.*intel.+' before_install: - chmod +x gradlew + - android update sdk --filter extra-android-support --no-ui --force > /dev/null + - android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null - git submodule update --init --recursive install: - ./gradlew