File tree Expand file tree Collapse file tree 8 files changed +0
-57
lines changed
module-unification-addon/files Expand file tree Collapse file tree 8 files changed +0
-57
lines changed Original file line number Diff line number Diff line change 5353 # we recommend new addons test the current and previous LTS
5454 # as well as latest stable release (bonus points to beta/canary)
5555 - stage : " Additional Tests"
56- env : EMBER_TRY_SCENARIO=ember-lts-2.16
5756 - env : EMBER_TRY_SCENARIO=ember-lts-2.18
5857 - env : EMBER_TRY_SCENARIO=ember-lts-3.4
5958 - env : EMBER_TRY_SCENARIO=ember-release
Original file line number Diff line number Diff line change @@ -11,18 +11,6 @@ module.exports = function() {
1111 return {
1212 < % if ( yarn ) { % > useYarn : true ,
1313 < % } % > scenarios: [
14- {
15- name : 'ember-lts-2.16' ,
16- env : {
17- EMBER_OPTIONAL_FEATURES : JSON . stringify ( { 'jquery-integration' : true } )
18- } ,
19- npm : {
20- devDependencies : {
21- '@ember/jquery' : '^0.5.1' ,
22- 'ember-source' : '~2.16.0'
23- }
24- }
25- } ,
2614 {
2715 name : 'ember-lts-2.18' ,
2816 env : {
Original file line number Diff line number Diff line change 2222 matrix :
2323 # we recommend new addons test the current and previous LTS
2424 # as well as latest stable release (bonus points to beta/canary)
25- - EMBER_TRY_SCENARIO=ember-lts-2.12
26- - EMBER_TRY_SCENARIO=ember-lts-2.16
2725 - EMBER_TRY_SCENARIO=ember-lts-2.18
2826 - EMBER_TRY_SCENARIO=ember-lts-3.4
2927 - EMBER_TRY_SCENARIO=ember-release
Original file line number Diff line number Diff line change @@ -11,22 +11,6 @@ module.exports = function() {
1111 return {
1212 < % if ( yarn ) { % > useYarn : true ,
1313 < % } % > scenarios: [
14- {
15- name : 'ember-lts-2.12' ,
16- npm : {
17- devDependencies : {
18- 'ember-source' : '~2.12.0'
19- }
20- }
21- } ,
22- {
23- name : 'ember-lts-2.16' ,
24- npm : {
25- devDependencies : {
26- 'ember-source' : '~2.16.0'
27- }
28- }
29- } ,
3014 {
3115 name : 'ember-lts-2.18' ,
3216 npm : {
Original file line number Diff line number Diff line change 4444 # we recommend new addons test the current and previous LTS
4545 # as well as latest stable release (bonus points to beta/canary)
4646 - stage : " Additional Tests"
47- env : EMBER_TRY_SCENARIO=ember-lts-2.16
4847 - env : EMBER_TRY_SCENARIO=ember-lts-2.18
4948 - env : EMBER_TRY_SCENARIO=ember-lts-3.4
5049 - env : EMBER_TRY_SCENARIO=ember-release
Original file line number Diff line number Diff line change @@ -10,18 +10,6 @@ module.exports = function() {
1010 ] ) . then ( ( urls ) => {
1111 return {
1212 scenarios : [
13- {
14- name : 'ember-lts-2.16' ,
15- env : {
16- EMBER_OPTIONAL_FEATURES : JSON . stringify ( { 'jquery-integration' : true } )
17- } ,
18- npm : {
19- devDependencies : {
20- '@ember/jquery' : '^0.5.1' ,
21- 'ember-source' : '~2.16.0'
22- }
23- }
24- } ,
2513 {
2614 name : 'ember-lts-2.18' ,
2715 env : {
Original file line number Diff line number Diff line change 4949 # we recommend new addons test the current and previous LTS
5050 # as well as latest stable release (bonus points to beta/canary)
5151 - stage : " Additional Tests"
52- env : EMBER_TRY_SCENARIO=ember-lts-2.16
5352 - env : EMBER_TRY_SCENARIO=ember-lts-2.18
5453 - env : EMBER_TRY_SCENARIO=ember-lts-3.4
5554 - env : EMBER_TRY_SCENARIO=ember-release
Original file line number Diff line number Diff line change @@ -11,18 +11,6 @@ module.exports = function() {
1111 return {
1212 useYarn : true ,
1313 scenarios : [
14- {
15- name : 'ember-lts-2.16' ,
16- env : {
17- EMBER_OPTIONAL_FEATURES : JSON . stringify ( { 'jquery-integration' : true } )
18- } ,
19- npm : {
20- devDependencies : {
21- '@ember/jquery' : '^0.5.1' ,
22- 'ember-source' : '~2.16.0'
23- }
24- }
25- } ,
2614 {
2715 name : 'ember-lts-2.18' ,
2816 env : {
You can’t perform that action at this time.
0 commit comments