Skip to content

Commit

Permalink
Removed unsupported AVD flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Steppschuh committed Nov 5, 2020
1 parent 2f5aa89 commit c1a6344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ before_install:

before_script:
- echo no | android create avd --force -n test -t android-$EMULATOR_API_LEVEL --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window -gpu off &
- emulator -avd test -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
- adb devices
Expand Down

0 comments on commit c1a6344

Please sign in to comment.