remove emulator for now
This commit is contained in:
parent
186325d1a1
commit
17d9a8ab00
1 changed files with 2 additions and 6 deletions
|
@ -11,17 +11,13 @@ android:
|
|||
- 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
|
||||
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:
|
||||
- android-wait-for-emulator
|
||||
- adb shell input keyevent 82 &
|
||||
|
||||
notifications:
|
||||
email: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue