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 c0914d9 commit c62484dCopy full SHA for c62484d
templates/dart/.travis.yml.twig
@@ -19,6 +19,6 @@ install:
19
deploy:
20
provider: script
21
skip_cleanup: true
22
- script: dart format ./lib/ && pub publish -f
+ script: dart format ./lib/ && dart pub publish -f
23
on:
24
tags: true
templates/flutter/.travis.yml.twig
0 commit comments