Skip to content

Commit 05c1b01

Browse files
committed
Use the SDK dartfmt - and only on dev branch
1 parent ff99503 commit 05c1b01

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ dart:
66
dart_task:
77
# Run the tests -- include the default-skipped presubmit tests
88
- test: --run-skipped
9-
- dartfmt
9+
- dartfmt: sdk
1010
- dartanalyzer
1111

12+
matrix:
13+
exclude:
14+
- dart: stable
15+
dart_task:
16+
dartfmt: sdk
17+
1218
# Only building master means that we don't run two builds for each pull request.
1319
branches:
1420
only: [master]

0 commit comments

Comments
 (0)