From 96c0571451b6d7d13911376a6480431b50b1d4dc Mon Sep 17 00:00:00 2001 From: isuPatches Date: Sun, 23 Jul 2017 09:29:24 -0500 Subject: [PATCH] Missed a - --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 64fd5495..8a93cb4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ android: - extra-google-m2repository before_script: - - echo no | android create avd --force -n test -t android-$EMULATOR_SDK_LEVEL --abi $ABI -tag $TAG + - echo no | android create avd --force -n test -t android-$EMULATOR_SDK_LEVEL --abi $ABI --tag $TAG - emulator -avd test -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 &