From a4edb94dbbf00b8e60c8449ee504f14ac8b8e754 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Thu, 5 Dec 2019 19:07:28 +0100 Subject: [PATCH] More changes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f39696fc..ae0dea0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ install: # Create and start the emulator - echo no | avdmanager create avd --force --name $EMULATOR_NAME --package "$EMULATOR" # Create emulator virtual device - - 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