From c9db56bfbaca1f39878adde072983de83aa6fe28 Mon Sep 17 00:00:00 2001 From: isuPatches Date: Sun, 23 Jul 2017 10:14:00 -0500 Subject: [PATCH] More playing around with travis --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 62e376a2..71f0222b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,8 @@ env: android: components: - - tools + - tools # to get the new `repository-11.xml` + - tools # to install Android SDK tools 25.1.x (x = 6 right now) - platform-tools - build-tools-$BUILD_TOOLS_VERSION - android-$EMULATOR_SDK_LEVEL @@ -31,7 +32,7 @@ android: before_script: - echo no | android create avd --force -n test -t android-$EMULATOR_SDK_LEVEL --abi $ABI --tag $TAG - - emulator -avd test -no-audio -no-window & + - emulator -avd test -no-skin -no-audio -no-window -gpu off -no-boot-anim & - android-wait-for-emulator - adb shell input keyevent 82 &