From 433210a1f3ea076a79c6bdbb26eb419d92038eb0 Mon Sep 17 00:00:00 2001
From: Lennart Goedhart <lennart@omnibase.com.au>
Date: Sun, 23 Jul 2017 21:48:31 +0800
Subject: [PATCH] Debug Travis build issues

---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 13e4ea9..fe99c5e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,7 +52,9 @@ android:
 
 before_script:
   # Create and start emulator
-  - echo no | android create avd --force -n test -t android-$EMULATOR_API_LEVEL --abi $ANDROID_ABI
+  - android list target
+  - android list targets
+  - echo no | android create avd --force -n test -t android-14 --abi armeabi-v7a
   - emulator -avd test -no-skin -no-audio -no-window &
   - android-wait-for-emulator
   - adb shell input keyevent 82 &
-- 
GitLab