Showing
2 changed files
with
2 additions
and
1 deletions
| @@ -65,7 +65,7 @@ matrix: | @@ -65,7 +65,7 @@ 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: # excluding Android test as Flutter seems to require Vulkan https://travis-ci.com/creativecreatorormaybenot/wakelock/jobs/214156381 | 68 | + exclude: # Currently excluding the Android test as Flutter seems to require Vulkan (https://travis-ci.com/creativecreatorormaybenot/wakelock/jobs/214156381). |
| 69 | - name: Android | 69 | - name: Android |
| 70 | 70 | ||
| 71 | os: linux | 71 | os: linux |
| @@ -5,6 +5,7 @@ | @@ -5,6 +5,7 @@ | ||
| 5 | * Updated the plugin description. | 5 | * Updated the plugin description. |
| 6 | * Updated `README.md`. | 6 | * Updated `README.md`. |
| 7 | * Updated `CONTRIBUTING.md`. | 7 | * Updated `CONTRIBUTING.md`. |
| 8 | +* Updated `.travis.yml`. | ||
| 8 | * Removed unnecessary `Assets` directory from the `ios` folder. | 9 | * Removed unnecessary `Assets` directory from the `ios` folder. |
| 9 | 10 | ||
| 10 | ## 0.1.2+5 | 11 | ## 0.1.2+5 |
-
Please register or login to post a comment