From 204f753393c2101c08748bd24b1e4ebf06b19717 Mon Sep 17 00:00:00 2001 From: isuPatches Date: Sun, 23 Oct 2016 14:32:31 -0500 Subject: [PATCH] Forgot to add tag --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9ffaeba..995d747f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ env: - ANDROID_API_LEVEL=24 - ANDROID_BUILD_TOOLS_VERSION=24.0.3 - ANDROID_ABI=armeabi-v7a - - ANDROID_TAG=google_apis + - ANDROID_TAG=patches-emulator-tag language: android jdk: - oraclejdk8 @@ -25,7 +25,7 @@ script: - ./gradlew clean jacocoDebugTestReport before_script: - - echo no | android create avd --force -n test -t android-$ANDROID_API_LEVEL --abi $ANDROID_ABI + - echo no | android create avd --force -n test -t android-$ANDROID_API_LEVEL --abi $ANDROID_ABI --tag $ANDROID_TAG - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & \ No newline at end of file