From bd6c98f06f716ee4236da205dbebf5774895bd2f Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Thu, 5 Dec 2019 19:55:09 +0100 Subject: [PATCH] More changes --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index acbaad66..6b5baced 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,8 +39,7 @@ install: # Create and start the emulator - echo no | avdmanager create avd --force --name $EMULATOR_NAME --package "$EMULATOR" # Create emulator virtual device - - ls $ANDROID_HOME/emulator/ - - emulator-headless -avd $EMULATOR_NAME -no-snapshot -no-window -no-accel -no-boot-anim -selinux permissive -camera-back emulated -camera-front emulated -memory 2048 -writable-system #& # Launch + - emulator -avd $EMULATOR_NAME -no-snapshot -no-window -no-accel -no-boot-anim -selinux permissive -camera-back emulated -camera-front emulated -memory 2048 -writable-system #& # Launch # Wait for emulator - adb wait-for-device # Wait for adb process