Ensure that 1.18.1 and 1.17.1 are running

But allow stable and dev to fail – since these might be 1.19+
Hoping to get travis fixed soon
diff --git a/pkgs/markdown/.travis.yml b/pkgs/markdown/.travis.yml
index 02adae0..5a1bc20 100644
--- a/pkgs/markdown/.travis.yml
+++ b/pkgs/markdown/.travis.yml
@@ -3,3 +3,12 @@
 dart:
   - stable
   - dev
+  - 1.18.1
+  - 1.17.1
+matrix:
+  allow_failures:
+  # We need Travis to run Trusty for Dart 1.19+
+  # Dart issue here https://github.com/travis-ci/travis-ci/issues/6415
+  # General issue here: https://github.com/travis-ci/travis-ci/issues/5695
+  - dart: dev
+  - dart: stable