From 037b1baadf896004b97f5cf92850093ed7b81a09 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 25 Apr 2016 16:08:08 +0200 Subject: [PATCH] removed support lib updates in travis build since support lib isn't used/referenced --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a12ffcf9..2573011b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,6 @@ branches: before_install: - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M -- echo yes | android update sdk --filter extra-android-support --no-ui --force > /dev/null -- echo yes | android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null - emulator -avd test -no-skin -no-audio -no-window & - rm pom.xml - android update project -p .