mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
ABI fix for Travis
This commit is contained in:
parent
e5192cfea4
commit
9006a00e75
@ -10,7 +10,7 @@ android:
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- ANDROID_SDKS=android-21,sysimg-21 ANDROID_TARGET=android-21 ANDROID_ABI=x86_64
|
||||
- ANDROID_SDKS=android-21,sysimg-21 ANDROID_TARGET=android-21 ANDROID_ABI=x86
|
||||
|
||||
before_script:
|
||||
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
|
||||
|
Loading…
Reference in New Issue
Block a user