creativecreatorormaybenot

fixed --abi

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