Skip to content

Commit f671804

Browse files
committed
Merge branch 'master' into feat-dart-sdk-null-safety
2 parents 1ea28ff + 92f3c06 commit f671804

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)