Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ dart:
dart_task:
# Run the tests -- include the default-skipped presubmit tests
- test: --run-skipped
- dartfmt
- dartfmt: sdk
- dartanalyzer

matrix:
exclude:
- dart: stable
dart_task:
dartfmt: sdk

# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
Expand Down