Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit fd8fb70

Browse files
chalinwardbell
authored andcommitted
chore(travis): anchor Dart SDK version to 1.18.1 (#2204)
Because dartdoc from 1.19.0 has issues - dart-lang/dartdoc#1233.
1 parent 320920e commit fd8fb70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/install-dart-sdk.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ if [[ -z "$(type -t dart)" ]]; then
1313
# https://storage.googleapis.com/dart-archive/channels/stable/release/latest/dartium/dartium-macos-x64-release.zip
1414

1515
DART_ARCHIVE=https://storage.googleapis.com/dart-archive/channels
16-
VERS=stable/release/latest
16+
# VERS=stable/release/latest
17+
VERS=stable/release/1.18.1
1718

1819
mkUrl() {
1920
local dir=$1

0 commit comments

Comments
 (0)