From 2118037604dc864df4ff52c8333e5fbf32729a70 Mon Sep 17 00:00:00 2001 From: isuPatches Date: Sun, 23 Jul 2017 10:50:36 -0500 Subject: [PATCH] Needed android- here --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f7cb77b..87d23b9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ android: - extra-google-m2repository before_script: - - echo no | android create avd --force --name test --target $EMULATOR_SDK_LEVEL --abi $ABI + - echo no | android create avd --force --name test --target android-$EMULATOR_SDK_LEVEL --abi $ABI - emulator -avd test -no-audio -no-window & - ./gradlew check -PdisablePreDex --continue --stacktrace - android-wait-for-emulator