From 03a20ba75f3ad47acd9c23b6c99956dca1687d23 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 13 Jun 2015 23:53:01 -0400 Subject: [PATCH] Fix the ABI name one more time --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 830c554..c06f65e 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 armeabi-v7 + - echo no | android create avd --force -n test -t android-22 --abi default/armeabi-v7 - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 &