File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,20 +44,14 @@ jobs:
4444 env : NAME=floating dependencies
4545 install : yarn install --no-lockfile --non-interactive
4646 script : yarn test
47-
48- - stage : versioned tests
49- env : EMBER_TRY_SCENARIO=ember-lts-2.8
50- - env : EMBER_TRY_SCENARIO=ember-lts-2.12
51- - env : EMBER_TRY_SCENARIO=ember-lts-2.16
47+ - env : EMBER_TRY_SCENARIO=ember-lts-2.8
5248 - env : EMBER_TRY_SCENARIO=ember-lts-2.18
5349 - env : EMBER_TRY_SCENARIO=ember-lts-3.4
5450 - env : EMBER_TRY_SCENARIO=ember-lts-3.8
55- - env : EMBER_TRY_SCENARIO=fastboot-1.2
5651 - env : EMBER_TRY_SCENARIO=fastboot-2.0
5752 - env : EMBER_TRY_SCENARIO=ember-release
5853 - env : EMBER_TRY_SCENARIO=ember-beta
5954 - env : EMBER_TRY_SCENARIO=ember-canary
60- - env : EMBER_TRY_SCENARIO=ember-default
6155
6256 - stage : deploy
6357 if : (branch = master OR tag IS present) AND type = push
Original file line number Diff line number Diff line change @@ -28,22 +28,6 @@ module.exports = function() {
2828 }
2929 }
3030 } ,
31- {
32- name : 'ember-lts-2.12' ,
33- npm : {
34- devDependencies : {
35- 'ember-source' : '~2.12.0'
36- }
37- }
38- } ,
39- {
40- name : 'ember-lts-2.16' ,
41- npm : {
42- devDependencies : {
43- 'ember-source' : '~2.16.0'
44- }
45- }
46- } ,
4731 {
4832 name : 'ember-lts-2.18' ,
4933 npm : {
@@ -68,15 +52,6 @@ module.exports = function() {
6852 }
6953 }
7054 } ,
71- {
72- name : 'fastboot-1.2' ,
73- npm : {
74- devDependencies : {
75- 'ember-source' : '~3.8.0' ,
76- 'fastboot' : '^1.2.1'
77- }
78- }
79- } ,
8055 {
8156 name : 'fastboot-2.0' ,
8257 npm : {
@@ -109,12 +84,6 @@ module.exports = function() {
10984 'ember-source' : urls [ 2 ]
11085 }
11186 }
112- } ,
113- {
114- name : 'ember-default' ,
115- npm : {
116- devDependencies : { }
117- }
11887 }
11988 ]
12089 } ;
You can’t perform that action at this time.
0 commit comments