Stop using -no-audio option for travis

This commit is contained in:
Matthieu 2020-02-28 17:41:54 +01:00
parent a63c7ccb97
commit cae8e5148f
1 changed files with 1 additions and 1 deletions

View File

@ -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