This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
tueroeffner/.travis.yml

8 lines
249 B
YAML
Raw Normal View History

2015-01-24 23:39:50 +01:00
language: android
2015-01-24 23:44:20 +01:00
jdk: oraclejdk7
2015-01-25 12:06:29 +01:00
before_script:
2015-01-25 12:08:52 +01:00
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &