Skip to content

Commit

Permalink
Use function based Changeset in helper (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer authored Mar 6, 2020
1 parent 54131fe commit d04668b
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 21,147 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ branches:
jobs:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary

Expand Down
1 change: 1 addition & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = async function() {
},
{
name: 'ember-release',
allowedToFail: true,
npm: {
devDependencies: {
'ember-source': await getChannelURL('release')
Expand Down
Loading

0 comments on commit d04668b

Please sign in to comment.