Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0158b80 authored by Gokul Swaminathan's avatar Gokul Swaminathan
Browse files

Update travis before-script

parent 28fee45b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ android:

before_script:
  # Create and start emulator
  - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
  - echo no | android create avd --force -n test -t android-30 --abi armeabi-v7a
  - emulator -avd test -no-skin -no-audio -no-window &
  - android-wait-for-emulator
  - adb shell input keyevent 82 &