Skip to content

Commit e968be2

Browse files
fix flutter travis script - cd to build dir
1 parent 3292558 commit e968be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/flutter/.travis.yml.twig

Lines changed: 1 addition & 1 deletion
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)