Skip to content

Commit

Permalink
Update ember-try.js
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilashlr authored Oct 10, 2021
1 parent d8ec303 commit 886ebd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = async function() {
},
{
name: 'ember-beta',
allowedToFail: true,
npm: {
devDependencies: {
'ember-source': await getChannelURL('beta')
Expand All @@ -23,6 +24,7 @@ module.exports = async function() {
},
{
name: 'ember-canary',
allowedToFail: true,
npm: {
devDependencies: {
'ember-source': await getChannelURL('canary')
Expand Down

0 comments on commit 886ebd4

Please sign in to comment.