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-08 13:41:22 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cc2aadb2fea5d9131284dd6694e0598b975730f5
cc2aadb2
1 parent
7f46c9bd
..
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
.travis.yml
.travis.yml
View file @
cc2aadb
...
...
@@ -16,13 +16,13 @@ matrix:
-
platform-tools
-
build-tools-28.0.3
-
android-2
8
-
android-2
4
-
extra-google-google_play_services
-
extra-google-m2repository
-
extra-android-m2repository
-
sys-img-armeabi-v7a-android-2
2
-
sys-img-armeabi-v7a-android-2
4
install
:
-
git clone -b master https://github.com/flutter/flutter.git
...
...
@@ -31,7 +31,7 @@ matrix:
-
export PATH="$PATH":"$HOME/.pub-cache/bin"
-
export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH
-
echo no | android create avd --force -n test -t android-2
2
--abi armeabi-v7a -c 100M
-
echo no | android create avd --force -n test -t android-2
4
--abi armeabi-v7a -c 100M
-
emulator -avd test -no-audio -no-window &
-
android-wait-for-emulator
-
adb shell input keyevent 82 &
...
...
Please
register
or
login
to post a comment