commit e5ee232d2f2985bb2931d45051d03be6f6c239b5
parent 800bc1a591f63cd93f47571afab3eb5a4bd060d0
Author: gstraube <gstraube@mailbox.org>
Date: Wed, 9 Aug 2017 16:06:23 +0200
Revert "Lauch emulator directly from folder"
This reverts commit 8c9adf385cfbd188f927b15e929da532c1557698.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -29,7 +29,7 @@ licenses:
- '.+'
before_script:
- echo no | avdmanager create avd --force -n test --tag google_apis --abi google_apis/armeabi-v7a -k 'system-images;android-25;google_apis;armeabi-v7a' --device 'Nexus 5X'
- - $ANDROID_HOME/tools/emulator -avd test -engine classic -skin 1080x1920 -no-audio -no-window &
+ - emulator -avd test -engine classic -skin 1080x1920 -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
notifications: