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:
parent
dfc671b99f
commit
761c256881
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue