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
502592e5
Commit
502592e5
authored
Dec 15, 2016
by
Ian Hickson
Committed by
GitHub
Dec 15, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Use test fonts in the test shell and remove custom font installation on Travis." (#7265)
parent
f2932b6a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+1
-0
engine.version
bin/internal/engine.version
+1
-1
flutter_platform.dart
packages/flutter_tools/lib/src/test/flutter_platform.dart
+0
-1
No files found.
.travis.yml
View file @
502592e5
...
@@ -6,6 +6,7 @@ addons:
...
@@ -6,6 +6,7 @@ addons:
-
ubuntu-toolchain-r-test
# if we don't specify this, the libstdc++6 we get is the wrong version
-
ubuntu-toolchain-r-test
# if we don't specify this, the libstdc++6 we get is the wrong version
packages
:
packages
:
-
libstdc++6
-
libstdc++6
-
fonts-droid
install
:
install
:
-
gem install coveralls-lcov
-
gem install coveralls-lcov
-
npm install -g firebase-tools@">=3.0.4 <3.1.0"
-
npm install -g firebase-tools@">=3.0.4 <3.1.0"
...
...
bin/internal/engine.version
View file @
502592e5
b65e1b91b5a46d710fd9c71c0a9a69f2a035265f
2f32e8054ddac59150e170fdaf8a601ca00f5989
packages/flutter_tools/lib/src/test/flutter_platform.dart
View file @
502592e5
...
@@ -67,7 +67,6 @@ Future<Process> _startProcess(String mainPath, { String packages, int observator
...
@@ -67,7 +67,6 @@ Future<Process> _startProcess(String mainPath, { String packages, int observator
arguments
.
addAll
(<
String
>[
arguments
.
addAll
(<
String
>[
'--enable-dart-profiling'
,
'--enable-dart-profiling'
,
'--non-interactive'
,
'--non-interactive'
,
'--use-test-fonts'
,
'--enable-checked-mode'
,
'--enable-checked-mode'
,
'--packages=
$packages
'
,
'--packages=
$packages
'
,
mainPath
mainPath
...
...
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