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