From e40f1d44a5d1d6ab7c838db1abdb46360f1d11a9 Mon Sep 17 00:00:00 2001 From: Anthony Restaino Date: Sat, 2 May 2015 13:25:27 -0400 Subject: [PATCH] add m2repository --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2f63e76..17527aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,12 @@ android: - build-tools-22.0.1 - android-22 - extra-android-support + - extra-android-m2repository licenses: - 'android-sdk-license-.+' - '.*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