Skip to content

Commit abf36c3

Browse files
committed
dart formatter in flutter sdk
1 parent d963762 commit abf36c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/flutter/.travis.yml.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ install:
1919
deploy:
2020
provider: script
2121
skip_cleanup: true
22-
script: pub publish -f
22+
script: dart format ./lib/ && pub publish -f
2323
on:
2424
tags: true

0 commit comments

Comments
 (0)