creativecreatorormaybenot

excluded Android and swapped to matrix

1 # Based on https://medium.com/@nocnoc/flutter-unit-widget-and-integration-testing-with-ios-and-android-emulators-on-travis-ci-df17ed7c3be 1 # Based on https://medium.com/@nocnoc/flutter-unit-widget-and-integration-testing-with-ios-and-android-emulators-on-travis-ci-df17ed7c3be
2 -jobs:  
3 - include: 2 +matrix:
  3 + exclude:
4 - &integration-test-stage 4 - &integration-test-stage
5 stage: Integration Testing 5 stage: Integration Testing
6 sudo: true 6 sudo: true
@@ -45,13 +45,14 @@ jobs: @@ -45,13 +45,14 @@ jobs:
45 - flutter doctor -v 45 - flutter doctor -v
46 46
47 # Wait for emulator to finish startup. 47 # Wait for emulator to finish startup.
48 - #- ./ci/wait.sh 48 + - ./ci/wait.sh
49 - adb shell input keyevent 82 49 - adb shell input keyevent 82
50 - flutter devices 50 - flutter devices
51 51
52 # cd to example 52 # cd to example
53 - cd example 53 - cd example
54 script: travis_retry flutter driver test_driver/app.dart 54 script: travis_retry flutter driver test_driver/app.dart
  55 + include:
55 - <<: *integration-test-stage 56 - <<: *integration-test-stage
56 os: osx 57 os: osx
57 osx_image: xcode10.2 58 osx_image: xcode10.2