creativecreatorormaybenot

fixed --abi

... ... @@ -32,7 +32,7 @@ matrix:
- export PATH="$PATH":"$HOME/.pub-cache/bin"
- export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH
- echo no | android create avd --force -n test -t android-26 --abi armeabi-v7a -c 100M
- echo no | android create avd --force -n test -t android-26 --abi default/x86 -c 100M
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
... ...