Skip to content

Commit

Permalink
Update .travis.yml and config/ember-try.js to test 2.0 and 2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 7, 2017
1 parent 9419e62 commit 9d4546a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ cache:
env:
# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
- EMBER_TRY_SCENARIO=ember-2.0
- EMBER_TRY_SCENARIO=ember-lts-2.4
- EMBER_TRY_SCENARIO=ember-lts-2.8
- EMBER_TRY_SCENARIO=ember-lts-2.12
- EMBER_TRY_SCENARIO=ember-release
Expand Down
29 changes: 29 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
/* eslint-env node */
module.exports = {
scenarios: [
{
name: 'ember-2.0',
bower: {
dependencies: {
ember: '~2.0.0',
},
},
npm: {
devDependencies: {
'ember-source': null,
},
},
},
{
name: 'ember-lts-2.4',
bower: {
dependencies: {
ember: 'components/ember#lts-2-4',
},
resolutions: {
ember: 'lts-2-4',
},
},
npm: {
devDependencies: {
'ember-source': null,
},
},
},
{
name: 'ember-lts-2.8',
bower: {
Expand Down

0 comments on commit 9d4546a

Please sign in to comment.