commit f4b2e0b58adc2859e6e37fbcf18f505ef0947d78
parent a333edc3ed9e5518e4f978e063791274ff88de2d
Author: gstraube <gstraube@mailbox.org>
Date: Wed, 2 Aug 2017 19:22:58 +0200
Use different syntax
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -18,6 +18,6 @@ licenses:
- '.+'
before_script:
- echo no | android create avd --force -n test -t android-25 --abi google_apis/armeabi-v7a --device 'Nexus 4'
- - emulator -avd test -skin 1080x1920 -no-audio -no-window &
+ - emulator -avd test -skin 1080x1920 -noaudio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &