More changes

pull/692/head
Mattia Iavarone 6 years ago
parent a9d9f5d5f2
commit bd6c98f06f
  1. 3
      .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

Loading…
Cancel
Save