mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-16 13:09:14 -05:00
Try again on updating the Travis build tools
This commit is contained in:
parent
2eeb8829f2
commit
3d19e751d9
@ -1,9 +1,12 @@
|
|||||||
language: android
|
language: android
|
||||||
env:
|
env:
|
||||||
components:
|
|
||||||
- build-tools-20.0.0
|
|
||||||
matrix:
|
matrix:
|
||||||
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
|
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
|
||||||
|
|
||||||
|
android:
|
||||||
|
components:
|
||||||
|
- build-tools-20.0.0
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
|
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
|
||||||
- emulator -avd test -no-skin -no-audio -no-window &
|
- emulator -avd test -no-skin -no-audio -no-window &
|
||||||
|
Loading…
Reference in New Issue
Block a user