Skip to content

Commit 0c9327a

Browse files
committed
format test folder as well
1 parent 9d37d1e commit 0c9327a

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: cd $TRAVIS_BUILD_DIR && dart format ./lib/ && flutter pub publish -f
27+
script: cd $TRAVIS_BUILD_DIR && dart format ./lib/ && dart format ./test/ && flutter pub publish -f
2828
on:
2929
tags: true

0 commit comments

Comments
 (0)