Revert "Use test fonts in the test shell and remove custom font installation on Travis." (#7265)

This commit is contained in:
Ian Hickson 2016-12-15 11:01:39 -08:00 committed by GitHub
parent f2932b6a48
commit 502592e56c
3 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -1 +1 @@
b65e1b91b5a46d710fd9c71c0a9a69f2a035265f
2f32e8054ddac59150e170fdaf8a601ca00f5989

View File

@ -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