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

Commit 08b4dcd

Browse files
committed
chore(travis): remove blacklist for g3v1x with sdk 1.5.8
1 parent 0848c19 commit 08b4dcd

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

scripts/travis/install.sh

-27
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,6 @@ fi
1919
AVAILABLE_DART_VERSION=$(curl "https://storage.googleapis.com/dart-archive/channels/$CHANNEL/release/latest/VERSION" | python -c \
2020
'import sys, json; print(json.loads(sys.stdin.read())["version"])')
2121

22-
# g3v1x and Dart 1.5.8
23-
# --------------------
24-
# Skip tests for branches based on the g3v1x channel with Dart 1.5.8.
25-
# g3v1x uses dependency overrides that cannot be satisfied by the pub tool
26-
# shipper in Dart version 1.5.8.
27-
#
28-
# Ref: https://travis-ci.org/angular/angular.dart/jobs/33106780
29-
#
30-
# Dart VM version: 1.5.8 (Tue Jul 29 07:05:41 2014) on "linux_x64"
31-
# Resolving dependencies...
32-
# Incompatible version constraints on barback:
33-
# - angular 0.13.0 depends on version 0.14.1+3
34-
# - pub itself depends on version >=0.13.0 <0.14.1
35-
if [[ "$G3V1X_LINEAGE" == "1" || "$USE_G3" == "YES" ]]; then
36-
if [[ "$AVAILABLE_DART_VERSION" == "1.5.8" ]]; then
37-
exec > >(tee SKIP_TRAVIS_TESTS)
38-
echo '==================================================================='
39-
echo '== SKIPPING script: The g3v1x branch cannot be tested with =='
40-
echo '== Dart version 1.5.8. The dependency overrides require a =='
41-
echo '== newer version of Dart. =='
42-
echo '== Ref: https://travis-ci.org/angular/angular.dart/jobs/33106780 =='
43-
echo '==================================================================='
44-
exit 0
45-
fi
46-
fi
47-
48-
4922
echo Fetch Dart channel: $CHANNEL
5023

5124
SVN_REVISION=latest

0 commit comments

Comments
 (0)