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

This commit is contained in:
Chinmay Garde 2016-12-13 12:18:02 -08:00 committed by GitHub
parent 158ed8a0c0
commit 3bc6a1bf6f
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,6 @@ 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"

View File

@ -1 +1 @@
2f32e8054ddac59150e170fdaf8a601ca00f5989 b65e1b91b5a46d710fd9c71c0a9a69f2a035265f

View File

@ -67,6 +67,7 @@ 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