diff --git a/.travis.yml b/.travis.yml index c06f65e..68f4def 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/armeabi-v7 + - echo no | android create avd --force -n test -t android-22 --abi default/armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 &