Skip to content

Commit

Permalink
fix: update ember-try config
Browse files Browse the repository at this point in the history
  • Loading branch information
e00dan committed Oct 31, 2020
1 parent 1127930 commit 41280f1
Showing 1 changed file with 2 additions and 41 deletions.
43 changes: 2 additions & 41 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,10 @@ module.exports = async function() {
return {
scenarios: [
{
name: 'ember-lts-3.12',
name: 'ember-lts-3.20',
npm: {
devDependencies: {
'ember-source': '~3.12.0'
}
}
},
{
name: 'ember-lts-3.16',
npm: {
devDependencies: {
'ember-source': '~3.16.0'
'ember-source': '~3.20.5'
}
}
},
Expand All @@ -29,14 +21,6 @@ module.exports = async function() {
}
}
},
{
name: 'ember-beta',
npm: {
devDependencies: {
'ember-source': await getChannelURL('beta')
}
}
},
{
name: 'ember-canary',
npm: {
Expand All @@ -45,29 +29,6 @@ module.exports = async function() {
}
}
},
// The default `.travis.yml` runs this scenario via `npm 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: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({
'jquery-integration': true
})
},
npm: {
devDependencies: {
'@ember/jquery': '^0.5.1'
}
}
},
{
name: 'ember-classic',
env: {
Expand Down

0 comments on commit 41280f1

Please sign in to comment.