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