| commit | 8ac2af02cae51b40aa092b52934ebda888acd1a0 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <kevmoo@users.noreply.github.com> | Wed Mar 13 13:10:23 2019 -0700 |
| committer | GitHub <noreply@github.com> | Wed Mar 13 13:10:23 2019 -0700 |
| tree | 7822888e44e367f42c3c6430eada1e6f2a19d1cb | |
| parent | a7e62266581033b0370193ce4575577c4b89e878 [diff] |
Test analysis on oldest supported SDK (dart-lang/pubspec_parse#41)
diff --git a/pkgs/pubspec_parse/.travis.yml b/pkgs/pubspec_parse/.travis.yml index 3af3939..b82f2f3 100644 --- a/pkgs/pubspec_parse/.travis.yml +++ b/pkgs/pubspec_parse/.travis.yml
@@ -2,7 +2,6 @@ dart: - dev - - stable dart_task: - test: -x presubmit-only @@ -14,7 +13,7 @@ - dart: dev dart_task: dartanalyzer: --fatal-infos --fatal-warnings . - - dart: stable + - dart: 2.0.0 dart_task: dartanalyzer: --fatal-warnings .