We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d963762 + abf36c3 commit 92f3c06Copy full SHA for 92f3c06
templates/flutter/.travis.yml.twig
@@ -19,6 +19,6 @@ install:
19
deploy:
20
provider: script
21
skip_cleanup: true
22
- script: pub publish -f
+ script: dart format ./lib/ && pub publish -f
23
on:
24
tags: true
0 commit comments