From 45dfcc4e0d70ae1bd876ec3baa7ebc08cc09206e Mon Sep 17 00:00:00 2001 From: isuPatches Date: Sun, 23 Jul 2017 19:49:42 -0500 Subject: [PATCH] Need to adjust that too --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c727689e..8328a594 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ android: env: matrix: - - $TARGET=android-22 ABI=armeabi-v7a + - $TARGET=android-16 ABI=armeabi-v7a before_script: - echo no | android create avd --force -n test -t $TARGET --abi $ABI