chore(travis): use latest Dart SDK (#2320)

Dartdoc has been fixed so we no longer need to be pinned to SDK v1.18.1.
This commit is contained in:
Patrice Chalin 2016-09-13 12:21:07 -07:00 committed by Ward Bell
parent dfc671b99f
commit 761c256881
1 changed files with 2 additions and 2 deletions

View File

@ -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