creativecreatorormaybenot

0.1.2+3

1 sudo: true 1 sudo: true
2 2
3 matrix: 3 matrix:
4 - include: 4 + exclude: # excluding Android test as Flutter seems to require Vulkan https://travis-ci.com/creativecreatorormaybenot/wakelock/jobs/214156381
5 - stage: Integration Testing 5 - stage: Integration Testing
6 6
7 name: Android 7 name: Android
@@ -41,6 +41,7 @@ matrix: @@ -41,6 +41,7 @@ matrix:
41 - cd example 41 - cd example
42 script: 42 script:
43 - flutter driver test_driver/app.dart 43 - flutter driver test_driver/app.dart
  44 + include:
44 - name: iOS 45 - name: iOS
45 46
46 os: osx 47 os: osx