From 5ae6c127a9babca848a72edde04ba25b4c0e18f8 Mon Sep 17 00:00:00 2001 From: cesine Date: Sun, 26 Aug 2018 18:53:47 -0400 Subject: [PATCH] travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2124d23..8a4786c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ before_install: - android list target - echo "TRAVIS is $TRAVIS" - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a - - emulator -writable-system -avd test -no-audio -no-window & + - emulator -writable-system -avd test -no-audio -no-window -use-system-libs -gpu host & - android-wait-for-emulator - adb shell input keyevent 82 & - adb root