From 761c2568813a361924bf0886b0fb9cd2de33cc93 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 13 Sep 2016 12:21:07 -0700 Subject: [PATCH] chore(travis): use latest Dart SDK (#2320) Dartdoc has been fixed so we no longer need to be pinned to SDK v1.18.1. --- scripts/install-dart-sdk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-dart-sdk.sh b/scripts/install-dart-sdk.sh index 60ff9710c7..5eb4e7e7e1 100755 --- a/scripts/install-dart-sdk.sh +++ b/scripts/install-dart-sdk.sh @@ -13,8 +13,8 @@ if [[ -z "$(type -t dart)" ]]; then # https://storage.googleapis.com/dart-archive/channels/stable/release/latest/dartium/dartium-macos-x64-release.zip DART_ARCHIVE=https://storage.googleapis.com/dart-archive/channels - # VERS=stable/release/latest - VERS=stable/release/1.18.1 + VERS=stable/release/latest + # VERS=stable/release/1.18.1 # If necessary, pin a specific version like this mkUrl() { local dir=$1