| Index: tool/coverage.sh
|
| diff --git a/tool/coverage.sh b/tool/coverage.sh
|
| index e45f7cb7611c93014203e125172ba8b8f4274dfb..e9f04949af10dcc75b8a937d92ad115e5375ea10 100755
|
| --- a/tool/coverage.sh
|
| +++ b/tool/coverage.sh
|
| @@ -4,7 +4,7 @@ set -e # bail on error
|
| # Prerequisite: ./tool/build_sdk.sh has been run.
|
|
|
| # Install dart_coveralls; gather and send coverage data.
|
| -if [ "$COVERALLS_TOKEN" ] && [ "$TRAVIS_DART_VERSION" = "stable" ]; then
|
| +if [ "$COVERALLS_TOKEN" ] && [ "$TRAVIS_DART_VERSION" = "dev" ]; then
|
| pub global run dart_coveralls report \
|
| --token $COVERALLS_TOKEN \
|
| --retry 2 \
|
|
|