PassAndroid/.travis.yml
2014-09-05 00:31:47 +02:00

29 lines
No EOL
677 B
YAML

language: android
android:
components:
- build-tools-20.0.0
- android-19
- sysimg-19
- add-on
- extra
licenses:
- android-sdk-preview-license-52d11cd2
- android-sdk-license-.+
- google-gdk-license-.+
jdk: oraclejdk7
env:
global:
- ANDROID_SDK_VERSION="r23.0.2"
matrix:
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
notifications:
email: true
# Emulator Management: Create, Start and Wait
before_script:
- 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 &