Skip to content

Commit

Permalink
Add more LTS's to ember-try config.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Feb 11, 2018
1 parent 4276457 commit a055748
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -25,6 +25,8 @@ env:
- 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-lts-2.16
- EMBER_TRY_SCENARIO=ember-lts-2.18
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
Expand Down
16 changes: 16 additions & 0 deletions config/ember-try.js
Expand Up @@ -65,6 +65,22 @@ module.exports = function() {
},
},
},
{
name: 'ember-lts-2.16',
npm: {
devDependencies: {
'ember-source': '~2.16.0',
},
},
},
{
name: 'ember-lts-2.18',
npm: {
devDependencies: {
'ember-source': '~2.18.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit a055748

Please sign in to comment.