From 29486b0582815fc43e6356b38511556eb0313690 Mon Sep 17 00:00:00 2001 From: isuPatches Date: Sun, 23 Jul 2017 09:09:41 -0500 Subject: [PATCH] Trying another set of abis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b4d52bb3..edadc5ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,8 @@ env: - SDK_LEVEL_MAX=26 - SDK_LEVEL_MIN=16 matrix: - - API=android-16 ABI=armeabi-v7a - - API=android-25 ABI=armeabi-v7a + - API=android-16 ABI=x86 + - API=android-25 ABI=x86 android: components: @@ -31,7 +31,7 @@ android: - extra-google-m2repository before_script: - - android-update-sdk --components=sys-img-$ABI-$API --accept-licenses='android-sdk-license-[0-9a-f]{8}' + - android-update-sdk --components=sys-img-$ABI-google_apis-$API --accept-licenses='android-sdk-license-[0-9a-f]{8}' - echo no | android create avd --force -n test -t $API --abi $ABI - emulator -avd test -no-audio -no-window - android-wait-for-emulator