MinimalBible-Legacy/.travis.yml

12 lines
392 B
YAML
Raw Normal View History

2014-05-30 22:04:41 -04:00
language: android
env:
2014-07-01 23:35:49 -04:00
components:
- build-tools-20.0.0
2014-05-30 22:04:41 -04:00
matrix:
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &
before_script:
- ./wait_for_emulator
- adb shell input keyevent 82 &