This repository was archived by the owner on Feb 22, 2018. It is now read-only.
File tree 1 file changed +11
-10
lines changed
1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,17 @@ AVAILABLE_DART_VERSION=$(curl "https://storage.googleapis.com/dart-archive/chann
32
32
# Incompatible version constraints on barback:
33
33
# - angular 0.13.0 depends on version 0.14.1+3
34
34
# - pub itself depends on version >=0.13.0 <0.14.1
35
- if [[ " $USE_G3 " == " YES" && " $AVAILABLE_DART_VERSION " == " 1.5.8" ]]; then
36
- exec > >( tee SKIP_TRAVIS_TESTS)
37
- echo ' ==================================================================='
38
- echo ' == SKIPPING script: The g3stable job is rebased on the g3v1x =='
39
- echo ' == branch. The g3v1x branch cannot be tested with Dart =='
40
- echo ' == version 1.5.8. The dependency overrides require a newer =='
41
- echo ' == version of Dart. =='
42
- echo ' == Ref: https://travis-ci.org/angular/angular.dart/jobs/33106780 =='
43
- echo ' ==================================================================='
44
- exit 0
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
45
46
fi
46
47
47
48
You can’t perform that action at this time.
0 commit comments