Skip to content

Commit 3bc6a1b

Browse files
authored
Use test fonts in the test shell and remove custom font installation on Travis. (flutter#7250)
1 parent 158ed8a commit 3bc6a1b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ addons:
66
- ubuntu-toolchain-r-test # if we don't specify this, the libstdc++6 we get is the wrong version
77
packages:
88
- libstdc++6
9-
- fonts-droid
109
install:
1110
- gem install coveralls-lcov
1211
- npm install -g firebase-tools@">=3.0.4 <3.1.0"

bin/internal/engine.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2f32e8054ddac59150e170fdaf8a601ca00f5989
1+
b65e1b91b5a46d710fd9c71c0a9a69f2a035265f

packages/flutter_tools/lib/src/test/flutter_platform.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Future<Process> _startProcess(String mainPath, { String packages, int observator
6767
arguments.addAll(<String>[
6868
'--enable-dart-profiling',
6969
'--non-interactive',
70+
'--use-test-fonts',
7071
'--enable-checked-mode',
7172
'--packages=$packages',
7273
mainPath

0 commit comments

Comments
 (0)