creativecreatorormaybenot
Committed by GitHub

Update .travis.yml

1 sudo: true 1 sudo: true
2 2
3 matrix: 3 matrix:
4 - include: # (not) excluding Android test as Flutter seems to require Vulkan https://travis-ci.com/creativecreatorormaybenot/wakelock/jobs/214156381 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
@@ -36,12 +36,12 @@ matrix: @@ -36,12 +36,12 @@ matrix:
36 - android-wait-for-emulator 36 - android-wait-for-emulator
37 - adb shell input keyevent 82 & 37 - adb shell input keyevent 82 &
38 38
39 - - flutter precache  
40 - flutter doctor -v 39 - flutter doctor -v
41 40
42 - cd example 41 - cd example
43 script: 42 script:
44 - flutter driver test_driver/app.dart 43 - flutter driver test_driver/app.dart
  44 + include:
45 - name: iOS 45 - name: iOS
46 46
47 os: osx 47 os: osx