Stop using -no-audio option for travis
This commit is contained in:
parent
a63c7ccb97
commit
cae8e5148f
@ -12,7 +12,7 @@ android:
|
||||
before_script:
|
||||
# Emulator Management: Create, Start and Wait
|
||||
- echo no | android create avd --force -n test -t android-23 --abi armeabi-v7a
|
||||
- emulator -avd test -no-audio -no-window &
|
||||
- export QEMU_AUDIO_DRV=none && emulator -avd test -no-window &
|
||||
- android-wait-for-emulator
|
||||
- adb shell input keyevent 82
|
||||
# This should be in the `before_script` entry
|
||||
|
Loading…
x
Reference in New Issue
Block a user