We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d761fd7 commit 0ac0b48Copy full SHA for 0ac0b48
tool/travis.sh
@@ -14,6 +14,8 @@ DART_VERSION=`dart --version 2>&1 | awk '{print $4}'`
14
if ! echo "${DART_VERSION}" | grep -q dev || ! uname | grep -q Linux ; then
15
unset COVERAGE_TOKEN
16
fi
17
+# workaround for dart-lang/sdk#44027
18
+mkdir -p ~/.dart
19
20
if [ "$DARTDOC_BOT" = "sdk-docs" ]; then
21
# Build the SDK docs
0 commit comments