Skip to content

Commit

Permalink
Stop testing on Dartium (flutter#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored and nex3 committed Feb 20, 2018
1 parent 1cfe91a commit 025dc2b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 025dc2b

Please sign in to comment.