Skip to content

Commit 0ac0b48

Browse files
authored
precreate .dart directory to workaround #2412 (#2413)
* Disable travis to workaround #2412 * precreate .dart directory to work around #2412 * simplify workaround and add comment
1 parent d761fd7 commit 0ac0b48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tool/travis.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ DART_VERSION=`dart --version 2>&1 | awk '{print $4}'`
1414
if ! echo "${DART_VERSION}" | grep -q dev || ! uname | grep -q Linux ; then
1515
unset COVERAGE_TOKEN
1616
fi
17+
# workaround for dart-lang/sdk#44027
18+
mkdir -p ~/.dart
1719

1820
if [ "$DARTDOC_BOT" = "sdk-docs" ]; then
1921
# Build the SDK docs

0 commit comments

Comments
 (0)