Commit 502592e5 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

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

parent f2932b6a
...@@ -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"
......
b65e1b91b5a46d710fd9c71c0a9a69f2a035265f 2f32e8054ddac59150e170fdaf8a601ca00f5989
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment