From f64e5be7f280dc9845f41b3c8d308119cdbfb0e3 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 13 Jun 2015 23:48:43 -0400 Subject: [PATCH] Switch to ARM, Travis doesn't support KVM x86 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85e9ea2..830c554 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ android: - platform-tools - tools - android-22 - - sys-img-x86-android-22 + - sys-img-armeabi-v7a-android-22 before_install: # -in is a switch to openssl @@ -20,7 +20,7 @@ before_install: - git submodule update --init --recursive before_script: - - echo no | android create avd --force -n test -t android-22 --abi default/x86 + - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7 - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 &