From a4c67575c73b3ce98b455278b3674eefb4dfb8a9 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 12 Sep 2014 22:50:21 -0400 Subject: [PATCH] Try a build with Android 20 and x86, see if Travis complains --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 34da7eb..4ce64a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: android +env: + matrix: + - ANDROID_TARGET=android-20 ANDROID_ABI=x86 before_install: - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI