MinimalBible/.travis.yml

11 lines
315 B
YAML
Raw Normal View History

2014-07-05 11:12:37 -04:00
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 &
2014-07-05 11:18:56 -04:00
2014-07-05 11:12:37 -04:00
before_script:
- bash ./wait_for_emulator
2014-07-05 11:12:37 -04:00
- adb shell input keyevent 82 &
2014-07-05 11:18:56 -04:00
2014-07-05 11:33:40 -04:00
script: "bash gradlew connectedAndroidTestTestConfigDebug"