mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 15:18:22 -05:00
Try a build with Android 20 and x86, see if Travis complains
This commit is contained in:
parent
12ff40adb7
commit
a4c67575c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user