creativecreatorormaybenot
Committed by GitHub

Update .travis.yml

sudo: true
matrix:
exclude: # excluding Android test as Flutter seems to require Vulkan https://travis-ci.com/creativecreatorormaybenot/wakelock/jobs/214156381
include: # (not) excluding Android test as Flutter seems to require Vulkan https://travis-ci.com/creativecreatorormaybenot/wakelock/jobs/214156381
- stage: Integration Testing
name: Android
... ... @@ -36,12 +36,12 @@ matrix:
- android-wait-for-emulator
- adb shell input keyevent 82 &
- flutter precache
- flutter doctor -v
- cd example
script:
- flutter driver test_driver/app.dart
include:
- name: iOS
os: osx
... ...