Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_wakelock
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
creativecreatorormaybenot
2019-07-07 17:27:26 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ca88dbf4cf39efa72cffacd391f899ef09a03341
ca88dbf4
1 parent
5f96fef9
excluded Android and swapped to matrix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
.travis.yml
.travis.yml
View file @
ca88dbf
# Based on https://medium.com/@nocnoc/flutter-unit-widget-and-integration-testing-with-ios-and-android-emulators-on-travis-ci-df17ed7c3be
jobs
:
include
:
matrix
:
exclude
:
-
&integration-test-stage
stage
:
Integration Testing
sudo
:
true
...
...
@@ -45,13 +45,14 @@ jobs:
-
flutter doctor -v
# Wait for emulator to finish startup.
#
- ./ci/wait.sh
-
./ci/wait.sh
-
adb shell input keyevent 82
-
flutter devices
# cd to example
-
cd example
script
:
travis_retry flutter driver test_driver/app.dart
include
:
-
<<
:
*integration-test-stage
os
:
osx
osx_image
:
xcode10.2
...
...
Please
register
or
login
to post a comment