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

Commit 0848c19

Browse files
committed
chore(travis): remove dart version blacklist for 1.6.0-dev.8.0
Closes #1350
1 parent f900b6c commit 0848c19

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/travis/install.sh

-5
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,7 @@ fi
4848

4949
echo Fetch Dart channel: $CHANNEL
5050

51-
# TODO(chirayu): Remove this once issue 1350 is fixed.
5251
SVN_REVISION=latest
53-
if [[ "$AVAILABLE_DART_VERSION" == "1.6.0-dev.8.0" ]]; then
54-
SVN_REVISION=38831 # Use prior working version (1.6.0-dev.7.0)
55-
fi
56-
5752
# TODO(chirayu): Remove this once issue 20896 is fixed.
5853
if [[ "$AVAILABLE_DART_VERSION" == "1.7.0-dev.1.0" ]]; then
5954
SVN_REVISION=39661 # Use prior working version (1.7.0-dev.0.1)

0 commit comments

Comments
 (0)