From 73b26ecbe0035962bab977844434609290f8b563 Mon Sep 17 00:00:00 2001 From: Schoumi Date: Tue, 13 Mar 2018 17:23:16 +0100 Subject: [PATCH] CI: 25 is the default target installed by travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a6fe68..9344363 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_script: - gradle wrapper --gradle-version 4.1 -b empty.file - rm empty.file - android list target - - echo no | android create avd --force -n test -t android-27 --abi armeabi-v7a + - echo no | android create avd --force -n test -t android-25 --abi armeabi-v7a - emulator -avd test -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 &