mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-06-30 21:36:10 -04:00
Try a build with Android 20 and x86, see if Travis complains
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
language: android
|
||||
env:
|
||||
matrix:
|
||||
- ANDROID_TARGET=android-20 ANDROID_ABI=x86
|
||||
|
||||
before_install:
|
||||
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
|
||||
|
Reference in New Issue
Block a user