Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Ember 3.8 and 3.10 to CI config.
  • Loading branch information
rwjblue committed Jun 6, 2019
1 parent 9e8c221 commit 6b47937
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -53,6 +53,8 @@ jobs:
- env: EMBER_TRY_SCENARIO=ember-lts-2.16
- env: EMBER_TRY_SCENARIO=ember-lts-2.18
- env: EMBER_TRY_SCENARIO=ember-lts-3.4
- env: EMBER_TRY_SCENARIO=ember-lts-3.8
- env: EMBER_TRY_SCENARIO=ember-3.10
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary
Expand Down
8 changes: 8 additions & 0 deletions config/ember-try.js
Expand Up @@ -58,6 +58,14 @@ module.exports = async function() {
}
}
},
{
name: 'ember-3.10',
npm: {
devDependencies: {
'ember-source': '~3.10.0'
}
}
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit 6b47937

Please sign in to comment.