Skip to content

Commit 0c0f4cb

Browse files
committed
format before publish
1 parent 34be29e commit 0c0f4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/dart/.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)