From a0d0d9fcc89bebbc664c29c74eae9ba35f625f63 Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Fri, 24 May 2019 12:32:51 +0100 Subject: [PATCH] #1175 revert trying to use x86 emulator --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 420127598..4a3482e96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ sudo: required env: global: - - ANDROID_TARGET=android-21 - - ANDROID_ABI=x86_64 + - ANDROID_TARGET=android-24 + - ANDROID_ABI=arm64-v8a install: - pip install --user 'requests[security]' @@ -39,7 +39,7 @@ licenses: script: # - ./gradlew assembleKiwixDebug jacocoTestKiwixDebugUnitTestReport - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI - - emulator -avd test -no-skin -no-window -no-accel -gpu swiftshader -no-boot-anim & + - emulator -avd test -no-skin -no-window -logcat *:e & - android-wait-for-emulator - adb shell setprop dalvik.vm.dexopt-flags v=n,o=v - adb shell input keyevent 82 & # unlock screen by pressing menu button @@ -53,4 +53,4 @@ after_success: - ./gradlew testdroidUploadKiwixDebug after_failure: - - echo "====================="; cat ${HOME}/home/travis/build/kiwix/kiwix-android/app/build/reports/androidTests/connected/flavors/KIWIX/index.html; \ No newline at end of file + - echo "====================="; cat ${HOME}/build/kiwix/kiwix-android/app/build/reports/androidTests/connected/flavors/KIWIX/index.html; \ No newline at end of file