chore(travis): anchor Dart SDK version to 1.18.1 (#2204)

Because dartdoc from 1.19.0 has issues -
https://github.com/dart-lang/dartdoc/issues/1233.
This commit is contained in:
Patrice Chalin 2016-08-26 13:19:16 -07:00 committed by Ward Bell
parent 320920e1fd
commit fd8fb70f07
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +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/latest
VERS=stable/release/1.18.1
mkUrl() {
local dir=$1