Skip to content

Commit

Permalink
Remove jQuery integration scenario from ember-try
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and locks committed Jan 10, 2022
1 parent be7a376 commit 64a41fd
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 58 deletions.
1 change: 0 additions & 1 deletion blueprints/addon/files/.github/workflows/ci.yml
Expand Up @@ -60,7 +60,6 @@ jobs:
- ember-beta
- ember-canary
- ember-classic
- ember-default-with-jquery
- embroider-safe
- embroider-optimized

Expand Down
1 change: 0 additions & 1 deletion blueprints/addon/files/.travis.yml
Expand Up @@ -56,7 +56,6 @@ jobs:
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary
- env: EMBER_TRY_SCENARIO=ember-default-with-jquery
- env: EMBER_TRY_SCENARIO=ember-classic
- env: EMBER_TRY_SCENARIO=embroider-safe
- env: EMBER_TRY_SCENARIO=embroider-optimized
Expand Down
13 changes: 0 additions & 13 deletions blueprints/addon/files/addon-config/ember-try.js
Expand Up @@ -47,19 +47,6 @@ module.exports = async function () {
},
},
},
{
name: 'ember-default-with-jquery',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({
'jquery-integration': true,
}),
},
npm: {
devDependencies: {
'@ember/jquery': '^1.1.0',
},
},
},
{
name: 'ember-classic',
env: {
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/addon/defaults-travis/.travis.yml
Expand Up @@ -52,7 +52,6 @@ jobs:
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary
- env: EMBER_TRY_SCENARIO=ember-default-with-jquery
- env: EMBER_TRY_SCENARIO=ember-classic
- env: EMBER_TRY_SCENARIO=embroider-safe
- env: EMBER_TRY_SCENARIO=embroider-optimized
Expand Down
13 changes: 0 additions & 13 deletions tests/fixtures/addon/defaults-travis/config/ember-try.js
Expand Up @@ -46,19 +46,6 @@ module.exports = async function () {
},
},
},
{
name: 'ember-default-with-jquery',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({
'jquery-integration': true,
}),
},
npm: {
devDependencies: {
'@ember/jquery': '^1.1.0',
},
},
},
{
name: 'ember-classic',
env: {
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/addon/defaults/.github/workflows/ci.yml
Expand Up @@ -60,7 +60,6 @@ jobs:
- ember-beta
- ember-canary
- ember-classic
- ember-default-with-jquery
- embroider-safe
- embroider-optimized

Expand Down
13 changes: 0 additions & 13 deletions tests/fixtures/addon/defaults/config/ember-try.js
Expand Up @@ -46,19 +46,6 @@ module.exports = async function () {
},
},
},
{
name: 'ember-default-with-jquery',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({
'jquery-integration': true,
}),
},
npm: {
devDependencies: {
'@ember/jquery': '^1.1.0',
},
},
},
{
name: 'ember-classic',
env: {
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/addon/yarn/.github/workflows/ci.yml
Expand Up @@ -60,7 +60,6 @@ jobs:
- ember-beta
- ember-canary
- ember-classic
- ember-default-with-jquery
- embroider-safe
- embroider-optimized

Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/addon/yarn/.travis.yml
Expand Up @@ -51,7 +51,6 @@ jobs:
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary
- env: EMBER_TRY_SCENARIO=ember-default-with-jquery
- env: EMBER_TRY_SCENARIO=ember-classic
- env: EMBER_TRY_SCENARIO=embroider-safe
- env: EMBER_TRY_SCENARIO=embroider-optimized
Expand Down
13 changes: 0 additions & 13 deletions tests/fixtures/addon/yarn/config/ember-try.js
Expand Up @@ -47,19 +47,6 @@ module.exports = async function () {
},
},
},
{
name: 'ember-default-with-jquery',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({
'jquery-integration': true,
}),
},
npm: {
devDependencies: {
'@ember/jquery': '^1.1.0',
},
},
},
{
name: 'ember-classic',
env: {
Expand Down

0 comments on commit 64a41fd

Please sign in to comment.