Fix travis: change target for virtual device

pull/2/head
Marat Subkhankulov 7 years ago
parent 54e7ff3907
commit f2d68adbd6
  1. 2
      .travis.yml

@ -26,7 +26,7 @@ licenses:
- 'google-gdk-license-.+'
before_script:
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
- echo no | android create avd --force -n test -t android-26 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &

Loading…
Cancel
Save