creativecreatorormaybenot

remove --abi

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