Use the expanded reporter to get tests to pass Work-around for https://github.com/dart-lang/markdown/issues/191
diff --git a/pkgs/markdown/.travis.yml b/pkgs/markdown/.travis.yml index 8bd12ad..3b057ea 100644 --- a/pkgs/markdown/.travis.yml +++ b/pkgs/markdown/.travis.yml
@@ -7,7 +7,9 @@ - 1.22.1 - 1.21.1 dart_task: - - test: --platform vm + # Using the expanded reporter to work-around + # https://github.com/dart-lang/markdown/issues/191 + - test: --reporter expanded xvfb: false - dartfmt - dartanalyzer