Skip to content

Commit

Permalink
trying to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Savannah Mastrangelo committed Jul 10, 2018
1 parent 021b058 commit f3b9691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -34,6 +34,7 @@ matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary
- env: EMBER_TRY_SCENARIO=ember-beta

before_install:
- npm config set spin false
Expand Down
2 changes: 1 addition & 1 deletion config/ember-try.js
Expand Up @@ -43,7 +43,7 @@ module.exports = function() {
name: 'ember-release',
npm: {
devDependencies: {
'ember-source': urls[0]
'ember-source': '~3.2.2'
}
}
},
Expand Down

0 comments on commit f3b9691

Please sign in to comment.