Showing
1 changed file
with
5 additions
and
4 deletions
| 1 | -# Based on https://medium.com/@nocnoc/flutter-unit-widget-and-integration-testing-with-ios-and-android-emulators-on-travis-ci-df17ed7c3be | 1 | +# Originally based on https://medium.com/@nocnoc/flutter-unit-widget-and-integration-testing-with-ios-and-android-emulators-on-travis-ci-df17ed7c3be |
| 2 | +language: generic | ||
| 3 | +sudo: true | ||
| 4 | + | ||
| 2 | matrix: | 5 | matrix: |
| 3 | exclude: | 6 | exclude: |
| 4 | - stage: Integration Testing | 7 | - stage: Integration Testing |
| 5 | name: Android | 8 | name: Android |
| 6 | - sudo: true | ||
| 7 | - dist: trusty | ||
| 8 | - language: generic | ||
| 9 | os: linux | 9 | os: linux |
| 10 | + dist: trusty | ||
| 10 | before_install: | 11 | before_install: |
| 11 | - sudo apt-get install -y --no-install-recommends lib32stdc++6 libstdc++6 > /dev/null | 12 | - sudo apt-get install -y --no-install-recommends lib32stdc++6 libstdc++6 > /dev/null |
| 12 | # Install the Android SDK Dependency. | 13 | # Install the Android SDK Dependency. |
-
Please register or login to post a comment