From 61f03b91f40680f526fa6fbafcd8d2647ea76cf1 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Thu, 5 Dec 2019 18:19:25 +0100 Subject: [PATCH] More changes --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 25f39f12..87b01178 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ env: before_install: # Perform actions that are common to all APIs in the matrix - - echo $ANDROID_HOME # We assume this is correctly set due to 'language:android' - echo y | sdkmanager "platform-tools" >/dev/null - echo y | sdkmanager "tools" >/dev/null - echo y | sdkmanager "emulator" >/dev/null @@ -40,7 +39,7 @@ install: # Create and start the emulator - echo no | avdmanager create avd --force --name $EMULATOR_NAME --package "$EMULATOR" # Create emulator virtual device - - emulator -avd $EMULATOR_NAME -no-window -no-accel -no-snapshot -camera-back emulated -camera-front emulated -memory 2048 -writable-system & # Launch + - emulator -avd $EMULATOR_NAME -no-snapshot -no-window -no-accel -no-snapshot -camera-back emulated -camera-front emulated -memory 2048 -writable-system & # Launch # Wait for emulator - adb wait-for-device # Wait for adb process