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:09:11 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1347f00d08c25e21b9ef249704a08ccccdacd33b
1347f00d
1 parent
65606168
Fixes CI language
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
.travis.yml
.travis.yml
View file @
1347f00
# Based on https://medium.com/@nocnoc/flutter-unit-widget-and-integration-testing-with-ios-and-android-emulators-on-travis-ci-df17ed7c3be
# 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
sudo
:
true
dist
:
trusty
language
:
generic
os
:
linux
dist
:
trusty
before_install
:
-
sudo apt-get install -y --no-install-recommends lib32stdc++6 libstdc++6 > /dev/null
# Install the Android SDK Dependency.
...
...
Please
register
or
login
to post a comment