File tree 2 files changed +0
-13
lines changed
2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 49
49
# we recommend new addons test the current and previous LTS
50
50
# as well as latest stable release (bonus points to beta/canary)
51
51
- stage : " Additional Tests"
52
- env : EMBER_TRY_SCENARIO=ember-lts-2.18
53
52
- env : EMBER_TRY_SCENARIO=ember-lts-3.4
54
53
- env : EMBER_TRY_SCENARIO=ember-release
55
54
- env : EMBER_TRY_SCENARIO=ember-beta
Original file line number Diff line number Diff line change @@ -11,18 +11,6 @@ module.exports = function() {
11
11
return {
12
12
useYarn : true ,
13
13
scenarios : [
14
- {
15
- name : 'ember-lts-2.18' ,
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.18.0'
23
- }
24
- }
25
- } ,
26
14
{
27
15
name : 'ember-lts-3.4' ,
28
16
npm : {
You can’t perform that action at this time.
0 commit comments