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 f5d6e25 commit 23d2a2aCopy full SHA for 23d2a2a
.travis.yml
@@ -21,6 +21,6 @@ install:
21
deploy:
22
provider: script
23
skip_cleanup: true
24
- script: dart format ./lib/ && pub publish -f
+ script: dart format ./lib/ && dart pub publish -f
25
on:
26
tags: true
0 commit comments