creativecreatorormaybenot

Improved Travis CI setup

# Based on https://medium.com/@nocnoc/flutter-unit-widget-and-integration-testing-with-ios-and-android-emulators-on-travis-ci-df17ed7c3be
matrix:
exclude:
- &integration-test-stage
stage: Integration Testing
- stage: Integration Testing
name: Android
sudo: true
dist: trusty
language: generic
os: linux
env:
- platform=Android
before_install:
- sudo apt-get install -y --no-install-recommends lib32stdc++6 libstdc++6 > /dev/null
# Install the Android SDK Dependency.
... ... @@ -51,14 +49,11 @@ matrix:
# cd to example
- cd example
script: travis_retry flutter driver test_driver/app.dart
script: flutter driver test_driver/app.dart
include:
- <<: *integration-test-stage
- name: iOS
os: osx
osx_image: xcode10.2
env:
- platform=iOS
# Run integration tests on ios
before_install:
- open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app
- export HOMEBREW_NO_AUTO_UPDATE=1
... ...
## 0.1.2+3
* Improved Travis CI setup.
## 0.1.2+2
* Updated description.
... ...
name: wakelock
description: This plugin allows you to keep Android and iOS devices awake, i.e. prevent the screen from sleeping by toggling the wakelock of the phone or tablet on or off.
version: 0.1.2+2
version: 0.1.2+3
author: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com>
homepage: https://github.com/creativecreatorormaybenot/wakelock
... ...