From f9711137b9c78e072787fd117361faa83b221f54 Mon Sep 17 00:00:00 2001 From: Aidan Follestad Date: Mon, 3 Dec 2018 10:36:34 -0800 Subject: [PATCH] Add AVD to Travis CI builder --- .idea/misc.xml | 2 +- .travis.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 06ee295..1a0fbc3 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -29,7 +29,7 @@ - + diff --git a/.travis.yml b/.travis.yml index f96029e..40a7b55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,10 @@ language: android jdk: oraclejdk8 +before_script: + - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a + - emulator -avd test -no-audio -no-window & + - android-wait-for-emulator + - adb shell input keyevent 82 & android: components: - tools