From 8caea6143d1d68a79f80bf6b18909aa8dbeaa15a Mon Sep 17 00:00:00 2001 From: isuPatches Date: Sun, 23 Jul 2017 10:23:20 -0500 Subject: [PATCH] More speed adjustments --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71f0222b..578b5591 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,14 +25,14 @@ android: - build-tools-$BUILD_TOOLS_VERSION - android-$EMULATOR_SDK_LEVEL - android-$TARGET_SDK_LEVEL - - sys-img-$ABI-google_apis-$EMULATOR_SDK_LEVEL - extra-android-m2repository - extra-android-support - extra-google-m2repository before_script: - - echo no | android create avd --force -n test -t android-$EMULATOR_SDK_LEVEL --abi $ABI --tag $TAG - - emulator -avd test -no-skin -no-audio -no-window -gpu off -no-boot-anim & + - android-update-sdk --components=sys-img-$ABI-google_apis-$EMULATOR_SDK_LEVEL --accept-licenses='android-sdk-license-[0-9a-f]{8}' + - echo no | android create avd --force -n test -t $EMULATOR_SDK_LEVEL --abi $ABI + - emulator -avd test -no-audio -no-window - android-wait-for-emulator - adb shell input keyevent 82 &