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