Skip to content

Commit 32e25ff

Browse files
authored
Merge pull request #360 from ember-bootstrap/drop-test-scenario-for-ember-with-jquery
remove test scenario for Ember with jQuery
2 parents e3d7783 + c8aad58 commit 32e25ff

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
- ember-release
6565
- ember-beta
6666
- ember-canary
67-
- ember-default-with-jquery
6867
- ember-classic
6968
steps:
7069
- name: Checkout code

config/ember-try.js

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -55,29 +55,6 @@ module.exports = async function () {
5555
},
5656
},
5757
},
58-
// The default `.travis.yml` runs this scenario via `yarn test`,
59-
// not via `ember try`. It's still included here so that running
60-
// `ember try:each` manually or from a customized CI config will run it
61-
// along with all the other scenarios.
62-
{
63-
name: 'ember-default',
64-
npm: {
65-
devDependencies: {},
66-
},
67-
},
68-
{
69-
name: 'ember-default-with-jquery',
70-
env: {
71-
EMBER_OPTIONAL_FEATURES: JSON.stringify({
72-
'jquery-integration': true,
73-
}),
74-
},
75-
npm: {
76-
devDependencies: {
77-
'@ember/jquery': '^1.1.0',
78-
},
79-
},
80-
},
8158
{
8259
name: 'ember-classic',
8360
env: {

0 commit comments

Comments
 (0)