Skip to content

Commit 82bfaaa

Browse files
Kelly SeldenTurbo87
authored andcommitted
remove ember-lts-2.16 ember-try scenario
1 parent aa16bf0 commit 82bfaaa

File tree

8 files changed

+0
-57
lines changed

8 files changed

+0
-57
lines changed

blueprints/addon/files/.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
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

blueprints/addon/files/addon-config/ember-try.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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: {

blueprints/module-unification-addon/files/.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ env:
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

blueprints/module-unification-addon/files/addon-config/ember-try.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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: {

tests/fixtures/addon/npm/.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
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

tests/fixtures/addon/npm/config/ember-try.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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: {

tests/fixtures/addon/yarn/.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
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

tests/fixtures/addon/yarn/config/ember-try.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)