We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56aa920 commit b2576dcCopy full SHA for b2576dc
.travis.yml
@@ -13,7 +13,7 @@ before_script:
13
script:
14
- ./dev/bots/test.sh
15
after_success:
16
- - coveralls-lcov packages/flutter/coverage/lcov.info
+ - coveralls-lcov --repo-token $COVERALLS_TOKEN packages/flutter/coverage/lcov.info
17
cache:
18
directories:
19
- $HOME/.pub-cache
0 commit comments