From c1f6d6aac1c605362e57a4bb3e0966b771298ff2 Mon Sep 17 00:00:00 2001 From: isuPatches Date: Sun, 23 Jul 2017 10:37:20 -0500 Subject: [PATCH] Please please please work... --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6aeb2eb3..408bfb3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,14 +14,13 @@ env: global: - ADB_INSTALL_TIMEOUT=20 - BUILD_TOOLS_VERSION=26.0.0 - - TAG=google_apis - TARGET_SDK_LEVEL=26 android: components: - - tools # to get the new `repository-11.xml` - - tools # to install Android SDK tools 25.1.x (x = 6 right now) + - tools - platform-tools + - tools # (Not a typo. See https://docs.travis-ci.com/user/languages/android/, this is supposed to appear twice) - build-tools-$BUILD_TOOLS_VERSION - android-$EMULATOR_SDK_LEVEL - android-$TARGET_SDK_LEVEL @@ -31,8 +30,8 @@ android: - extra-google-m2repository before_script: - - echo no | android create avd --force -n test -t $EMULATOR_SDK_LEVEL --abi $ABI - - emulator -avd test -no-audio -no-window + - echo no | android create avd --force -n test -t android-$EMULATOR_SDK_LEVEL --abi $ABI + - emulator -avd test -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 &