commit | 025dc2bc5500aa42418712513c7e7b0860e95015 | [log] [tgz] |
---|---|---|
author | Kevin Moore <kevmoo@users.noreply.github.com> | Tue Feb 20 13:12:32 2018 -0800 |
committer | Natalie Weizenbaum <nweiz@google.com> | Tue Feb 20 13:12:32 2018 -0800 |
tree | 9a292c87a155badba3b15c47eb41ee9fb46aed53 | |
parent | 1cfe91a5321ba8f56e4eb8f5a7ba389809e052ba [diff] |
Stop testing on Dartium (#15) Fixes https://github.com/dart-lang/stream_channel/issues/14
diff --git a/.travis.yml b/.travis.yml index d5c64e9..a951032 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,13 +1,12 @@ language: dart -sudo: false + dart: - dev - stable + dart_task: - test: --platform vm - test: --platform firefox -j 1 - - test: --platform dartium - install_dartium: true - dartfmt - dartanalyzer