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 21:10:46 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
754284c3caa036b8bc1fab665b801de4dff4544a
754284c3
1 parent
1347f00d
Move sudo to Linux again
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
.travis.yml
.travis.yml
View file @
754284c
# Originally based on https://medium.com/@nocnoc/flutter-unit-widget-and-integration-testing-with-ios-and-android-emulators-on-travis-ci-df17ed7c3be
language
:
generic
sudo
:
true
matrix
:
exclude
:
-
stage
:
Integration Testing
name
:
Android
os
:
linux
dist
:
trusty
sudo
:
true
before_install
:
-
sudo apt-get install -y --no-install-recommends lib32stdc++6 libstdc++6 > /dev/null
# Install the Android SDK Dependency.
...
...
@@ -48,13 +50,14 @@ matrix:
-
adb shell input keyevent 82
-
flutter devices
# cd to example
-
cd example
script
:
flutter driver test_driver/app.dart
include
:
-
name
:
iOS
os
:
osx
osx_image
:
xcode10.2
before_install
:
-
open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app
-
export HOMEBREW_NO_AUTO_UPDATE=1
...
...
Please
register
or
login
to post a comment