Skip to content

Commit 811bd17

Browse files
Merge pull request #130 from appwrite/lohanidamodar-patch-1
2 parents c680094 + 1c65787 commit 811bd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ install:
2424
deploy:
2525
provider: script
2626
skip_cleanup: true
27-
script: dart format ./lib/ && flutter pub publish -f
27+
script: cd $TRAVIS_BUILD_DIR && dart format ./lib/ && flutter pub publish -f
2828
on:
2929
tags: true

0 commit comments

Comments
 (0)