Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
a4ff1004
Commit
a4ff1004
authored
Sep 19, 2015
by
Devon Carew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check all the dart code in the project, not just selected libraries
parent
a320e712
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
artifacts.dart
packages/flutter_tools/lib/src/artifacts.dart
+1
-1
travis.sh
packages/flutter_tools/tool/travis.sh
+2
-4
No files found.
packages/flutter_tools/lib/src/artifacts.dart
View file @
a4ff1004
...
...
@@ -45,7 +45,7 @@ class _ArtifactStore {
}
Future
<
String
>
getPath
(
Artifact
artifact
,
String
packageRoot
)
async
{
String
engineRevision
=
await
_getEngineRevision
(
packageRoot
);
String
engineRevision
=
await
_getEngineRevision
(
packageRoot
);
Directory
cacheDir
=
await
_cacheDir
(
engineRevision
,
packageRoot
);
if
(
artifact
==
Artifact
.
FlutterCompiler
)
{
...
...
packages/flutter_tools/tool/travis.sh
View file @
a4ff1004
...
...
@@ -8,10 +8,8 @@
set
-e
# Verify that the libraries are error free.
dartanalyzer
--fatal-warnings
\
bin/build_sky_apk.dart
\
bin/sky_server.dart
\
bin/sky_tools.dart
pub global activate tuneup
pub global run tuneup check
# And run our tests.
pub run
test
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment