creativecreatorormaybenot

remove -no-audio

@@ -31,10 +31,10 @@ matrix: @@ -31,10 +31,10 @@ 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 y | android update sdk -a --no-ui --filter android-24  
35 - - echo y | android update sdk -a --no-ui --filter sys-img-armeabi-v7a-android-24 34 + #- echo y | android update sdk -a --no-ui --filter android-24
  35 + #- echo y | android update sdk -a --no-ui --filter sys-img-armeabi-v7a-android-24
36 - echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a 36 - echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
37 - - emulator -avd test -no-audio -no-window & 37 + - emulator -avd test -no-window &
38 - android-wait-for-emulator 38 - android-wait-for-emulator
39 - adb shell input keyevent 82 & 39 - adb shell input keyevent 82 &
40 40