Skip to content

Commit

Permalink
Add ember-lts-3.8 to CI setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Apr 4, 2019
1 parent ccb93fd commit 0c98426
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -31,6 +31,7 @@ env:
- EMBER_TRY_SCENARIO=ember-3.2
- EMBER_TRY_SCENARIO=ember-3.3
- EMBER_TRY_SCENARIO=ember-lts-3.4
- EMBER_TRY_SCENARIO=ember-lts-3.8
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
Expand Down
10 changes: 9 additions & 1 deletion config/ember-try.js
Expand Up @@ -63,7 +63,15 @@ module.exports = function() {
name: 'ember-lts-3.4',
npm: {
devDependencies: {
'ember-source': '~3.4.0-beta.1',
'ember-source': '~3.4.0',
},
},
},
{
name: 'ember-lts-3.8',
npm: {
devDependencies: {
'ember-source': '~3.8.0',
},
},
},
Expand Down

0 comments on commit 0c98426

Please sign in to comment.