Skip to content

Commit

Permalink
Merge pull request #130 from appwrite/lohanidamodar-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar authored Mar 8, 2023
2 parents c680094 + 1c65787 commit 811bd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ install:
deploy:
provider: script
skip_cleanup: true
script: dart format ./lib/ && flutter pub publish -f
script: cd $TRAVIS_BUILD_DIR && dart format ./lib/ && flutter pub publish -f
on:
tags: true

0 comments on commit 811bd17

Please sign in to comment.