Skip to content

Commit

Permalink
Update ember-try.js with ember-classic scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Oct 24, 2020
1 parent 36f18de commit 29ab90e
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@ module.exports = async function() {
}
}
},
// The default `.travis.yml` runs this scenario via `yarn test`,
// not via `ember try`. It's still included here so that running
// `ember try:each` manually or from a customized CI config will run it
// along with all the other scenarios.
{
name: 'ember-default',
npm: {
devDependencies: {}
}
},
{
name: 'ember-default-with-jquery',
env: {
Expand All @@ -70,14 +60,19 @@ module.exports = async function() {
}
},
{
name: 'embroider-tests',
npm: {
devDependencies: {
'@embroider/core': '*',
'@embroider/webpack': '*',
'@embroider/compat': '*',
},
name: 'ember-classic',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({
'application-template-wrapper': true,
'default-async-observers': false,
'template-only-glimmer-components': false
})
},
npm: {
ember: {
edition: 'classic'
}
}
}
]
};
Expand Down

0 comments on commit 29ab90e

Please sign in to comment.