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-09 11:58:19 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8f8ef5e3d5a12fa91e541bd1c90f036f3864cad2
8f8ef5e3
1 parent
63403698
0.1.2+5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
.travis.yml
.travis.yml
View file @
8f8ef5e
...
...
@@ -8,12 +8,16 @@ matrix:
name
:
Dart code
before_install
:
-
cd ..
install
:
-
git clone -b master https://github.com/flutter/flutter.git
-
./flutter/bin/flutter --version
before_script
:
-
export PATH="$PATH":"$HOME/.pub-cache/bin"
-
export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH
-
cd wakelock
script
:
-
flutter format lib example --set-exit-if-changed --fix
...
...
Please
register
or
login
to post a comment