Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit f900b6c

Browse files
committed
chore(travis): skip dart version 1.7.0-dev.1.0 / dartbug 20896
1 parent ff46fb7 commit f900b6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/travis/install.sh

+5
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ if [[ "$AVAILABLE_DART_VERSION" == "1.6.0-dev.8.0" ]]; then
5454
SVN_REVISION=38831 # Use prior working version (1.6.0-dev.7.0)
5555
fi
5656

57+
# TODO(chirayu): Remove this once issue 20896 is fixed.
58+
if [[ "$AVAILABLE_DART_VERSION" == "1.7.0-dev.1.0" ]]; then
59+
SVN_REVISION=39661 # Use prior working version (1.7.0-dev.0.1)
60+
fi
61+
5762
URL_PREFIX=https://storage.googleapis.com/dart-archive/channels/$CHANNEL/release/$SVN_REVISION
5863
DART_SDK_URL=$URL_PREFIX/sdk/dartsdk-linux-x64-release.zip
5964
if [[ "${BROWSERS,,}" =~ "dartium" ]]; then

0 commit comments

Comments
 (0)