From 71709cc09c94fb0c421be1c847a40f5a3b08e38b Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Tue, 28 Aug 2018 14:02:04 -0500 Subject: [PATCH] Remove licenses block --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 41b78ddeb..84061eaa2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,6 @@ android: - build-tools-$BUILD_TOOLS - extra-android-m2repository - extra-google-m2repository - licenses: - - 'android-sdk-preview-license-.+' - - 'android-sdk-license-.+' before_install: - echo no | android create avd --force -n test -t android-$EMULATOR_API --abi $ANDROID_ABI