mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Revert "Use test fonts in the test shell and remove custom font installation on Travis." (#7265)
This commit is contained in:
parent
f2932b6a48
commit
502592e56c
@ -6,6 +6,7 @@ addons:
|
||||
- ubuntu-toolchain-r-test # if we don't specify this, the libstdc++6 we get is the wrong version
|
||||
packages:
|
||||
- libstdc++6
|
||||
- fonts-droid
|
||||
install:
|
||||
- gem install coveralls-lcov
|
||||
- npm install -g firebase-tools@">=3.0.4 <3.1.0"
|
||||
|
@ -1 +1 @@
|
||||
b65e1b91b5a46d710fd9c71c0a9a69f2a035265f
|
||||
2f32e8054ddac59150e170fdaf8a601ca00f5989
|
||||
|
@ -67,7 +67,6 @@ Future<Process> _startProcess(String mainPath, { String packages, int observator
|
||||
arguments.addAll(<String>[
|
||||
'--enable-dart-profiling',
|
||||
'--non-interactive',
|
||||
'--use-test-fonts',
|
||||
'--enable-checked-mode',
|
||||
'--packages=$packages',
|
||||
mainPath
|
||||
|
Loading…
Reference in New Issue
Block a user