Showing
1 changed file
with
1 additions
and
2 deletions
| @@ -65,7 +65,6 @@ matrix: | @@ -65,7 +65,6 @@ matrix: | ||
| 65 | - cd example | 65 | - cd example |
| 66 | script: | 66 | script: |
| 67 | - travis_retry flutter driver test_driver/app.dart | 67 | - travis_retry flutter driver test_driver/app.dart |
| 68 | - exclude: # Currently excluding the Android test as Flutter seems to require Vulkan (https://travis-ci.com/creativecreatorormaybenot/wakelock/jobs/214156381). | ||
| 69 | - name: Android | 68 | - name: Android |
| 70 | 69 | ||
| 71 | os: linux | 70 | os: linux |
| @@ -102,4 +101,4 @@ matrix: | @@ -102,4 +101,4 @@ matrix: | ||
| 102 | 101 | ||
| 103 | - cd example | 102 | - cd example |
| 104 | script: | 103 | script: |
| 105 | - - flutter driver test_driver/app.dart | 104 | + - flutter driver test_driver/app.dart --enable-software-rendering |
-
Please register or login to post a comment