Skip to content

Commit 23d2a2a

Browse files
fix publish
1 parent f5d6e25 commit 23d2a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ install:
2121
deploy:
2222
provider: script
2323
skip_cleanup: true
24-
script: dart format ./lib/ && pub publish -f
24+
script: dart format ./lib/ && dart pub publish -f
2525
on:
2626
tags: true

0 commit comments

Comments
 (0)