Skip to content

Commit d804858

Browse files
committed
Try to fix coveralls upload
1 parent 4405fdf commit d804858

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
@@ -13,7 +13,7 @@ before_script:
1313
script:
1414
- ./dev/bots/test.sh
1515
after_success:
16-
- coveralls-lcov --repo-token $COVERALLS_TOKEN packages/flutter/coverage/lcov.info
16+
- (cd packages/flutter && coveralls-lcov coverage/lcov.info)
1717
cache:
1818
directories:
1919
- $HOME/.pub-cache

0 commit comments

Comments
 (0)