Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
chore(ci): run tests against Ember 2.12+
Browse files Browse the repository at this point in the history
Looking at other `ember-cli` packages, this seems to be what they
support.

As Ember moves forward and toward proper ES classes, supporting Ember
2.4 introduces compatibility issues.

BREAKING CHANGE: No longer committing to support for Ember versions less
than 2.12
  • Loading branch information
alexlafroscia committed Jul 18, 2018
1 parent 46b7ba1 commit 829d82d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -23,8 +23,6 @@ env:
matrix:
# 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-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
Expand Down
32 changes: 0 additions & 32 deletions config/ember-try.js
Expand Up @@ -11,38 +11,6 @@ module.exports = function() {
return {
useYarn: true,
scenarios: [
{
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: {
dependencies: {
ember: 'components/ember#lts-2-8'
},
resolutions: {
ember: 'lts-2-8'
}
},
npm: {
devDependencies: {
'ember-source': null
}
}
},
{
name: 'ember-lts-2.12',
npm: {
Expand Down

0 comments on commit 829d82d

Please sign in to comment.