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.
1 parent 34be29e commit 0c0f4cbCopy full SHA for 0c0f4cb
templates/dart/.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