Revert "Switch the ABI again, see if this changes things"

This reverts commit a60e62f731.
robolectric-error
Bradlee Speice 2014-11-09 23:55:26 -05:00
parent 99effa9bb9
commit 5ff0070f80
1 changed files with 1 additions and 1 deletions

View File

@ -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