From 5ff0070f806a98ef1aab6c1178785489a207b929 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 9 Nov 2014 23:55:26 -0500 Subject: [PATCH] Revert "Switch the ABI again, see if this changes things" This reverts commit a60e62f731cfcdf0da5358ae54433132b2348abb. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c92aa48..3695d4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ android: env: matrix: - - ANDROID_SDKS=android-21,sysimg-21 ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a + - ANDROID_SDKS=android-21,sysimg-21 ANDROID_TARGET=android-21 ANDROID_ABI=x86 before_install: - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI