Skip to content

Commit

Permalink
Add back testing for Ember 1.13.13
Browse files Browse the repository at this point in the history
We say in the README that we support this so we should make sure we don’t break it.

I vote for removing support for this in 1.0.0.
  • Loading branch information
kimroen committed Sep 4, 2017
1 parent 2bad46e commit 349e984
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ 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-pre-2
- EMBER_TRY_SCENARIO=ember-lts-2.8
- EMBER_TRY_SCENARIO=ember-lts-2.12
- EMBER_TRY_SCENARIO=ember-release
Expand Down
16 changes: 16 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ module.exports = {
}
}
},
{
name: 'ember-pre-2',
bower: {
dependencies: {
'ember': 'components/ember#1.13.13'
},
resolutions: {
'ember': '1.13.13'
}
},
npm: {
devDependencies: {
'ember-source': null
}
}
},
{
name: 'ember-lts-2.12',
npm: {
Expand Down

0 comments on commit 349e984

Please sign in to comment.