From e2576c8da086deb892ac970933de736be9b6354c Mon Sep 17 00:00:00 2001 From: Bilal Alsharifi Date: Tue, 30 Jul 2019 17:08:55 -0400 Subject: test5 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a724a153f..5f818898e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ android: - android-22 #For emulator # Specify at least one system image, # if you need to run emulator(s) during your tests - - sys-img-armeabi-v7a-android-26 + - sys-img-armeabi-v7a-android-23 # - sys-img-x86-android-26 # Android Support Repos @@ -38,7 +38,7 @@ env: # Emulator Management: Create, Start and Wait before_script: - - echo no | android create avd --force -n test -t android-26 --abi armeabi-v7a + - echo no | android create avd --force -n test -t android-23 --abi armeabi-v7a - emulator -avd test -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & -- cgit v1.2.1