From ae1eb2fc5016dbad081791a8f408d887b160a445 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Tue, 21 Jan 2020 17:17:16 -0600 Subject: [PATCH] Remove extra sdk from .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fefaae8ec..c348e1dc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,6 @@ android: - extra-google-m2repository before_install: - - yes | sdkmanager "platforms;android-28" # ical4android - echo no | android create avd --force -n test -t android-$EMULATOR_API --abi $ANDROID_ABI - emulator -avd test -no-skin -no-audio -no-window & - ./.wait_for_emulator.sh