From 4f51328a7422c8a8997d65f34b4bb382e93aa5fa Mon Sep 17 00:00:00 2001 From: Bruno Bierbaumer Date: Mon, 23 Nov 2015 23:55:52 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6002c2cc..3ce0addd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ android: # Emulator Management: Create, Start and Wait before_script: - - echo no | android create avd --force -n test -t android-23 --abi x86 + - echo no | android create avd --force -n test -t android-23 --abi armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 &