Skip to content

Commit 1276e33

Browse files
authored
Switch coverage back to dev branch (#2367)
1 parent c9922f0 commit 1276e33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tool/travis.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ set -ex
1111
export PATH="$PATH":"~/.pub-cache/bin"
1212
DART_VERSION=`dart --version 2>&1 | awk '{print $4}'`
1313
# Do not run coverage on non-dev builds or non-Linux platforms.
14-
# Disable coverage on dev builds and switch to stable until
15-
# dart-lang/sdk#43487 is fixed.
16-
if ! echo "${DART_VERSION}" | grep -q stable || ! uname | grep -q Linux ; then
14+
if ! echo "${DART_VERSION}" | grep -q dev || ! uname | grep -q Linux ; then
1715
unset COVERAGE_TOKEN
1816
fi
1917

0 commit comments

Comments
 (0)