MinimalBible/.travis.yml

11 lines
315 B
YAML

language: android
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:
- bash ./wait_for_emulator
- adb shell input keyevent 82 &
script: "bash gradlew connectedAndroidTestTestConfigDebug"