travis: remove -no-audio

This commit is contained in:
rafal1137 2020-06-16 22:03:32 +02:00
parent 6ca20ce4e5
commit 49003f36e1

View file

@ -31,7 +31,7 @@ before_install:
- echo y | sdkmanager "cmake;3.10.2.4988404"
# Emulator Management: Create, Start and Wait
- echo no | android create avd --force -n test -t android-25 --abi google_apis/arm64-v8a
- emulator -avd test -no-audio -no-window &
- emulator -avd test -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script: