Skip to content

Commit

Permalink
Make dartfmt do a dry-run (with -n) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
smolck authored Oct 22, 2019
1 parent 2dbdd5b commit 6824f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:
# Only validate formatting using the dev release
- dart: dev
script:
- dartfmt lib test
- dartfmt -n lib test

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

0 comments on commit 6824f9d

Please sign in to comment.