Skip to content

Commit

Permalink
move to new Dart task model on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Apr 6, 2017
1 parent 27981f6 commit 6397442
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ sudo: false
dart:
- stable
- dev
- 1.22.0
- 1.22.1
- 1.21.1
- 1.20.1
- 1.19.1
script: tool/travis.sh
dart_task:
- test: -p vm
- dartfmt
- dartanalyzer
cache:
directories:
- $HOME/.pub-cache
22 changes: 0 additions & 22 deletions tool/travis.sh

This file was deleted.

0 comments on commit 6397442

Please sign in to comment.