Use the expanded reporter to get tests to pass

Work-around for https://github.com/dart-lang/markdown/issues/191
diff --git a/.travis.yml b/.travis.yml
index 8bd12ad..3b057ea 100644
--- a/.travis.yml
+++ b/.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