From 54d4602348ff05ee5e0f885f4e98fe72e2f9f681 Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Thu, 23 May 2019 16:05:32 +0100 Subject: [PATCH] #1175 try x86_64 architecture --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e24bc843..93ad7f1e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ sudo: required env: global: - - ANDROID_TARGET=android-24 - - ANDROID_ABI=arm64-v8a + - ANDROID_TARGET=android-21 + - ANDROID_ABI=x86_64 install: - pip install --user 'requests[security]' @@ -27,7 +27,6 @@ android: components: - tools - platform-tools - - tools - build-tools-27.0.3 - android-27 - extra-android-m2repository