Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #292 from rwjblue/drop-old-ember
Browse files Browse the repository at this point in the history
Drop support for Ember < 2.12.
  • Loading branch information
rwjblue committed Aug 31, 2019
2 parents 1a5eb7d + e22fbcc commit bbff454
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -19,9 +19,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-1.13
- 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
59 changes: 0 additions & 59 deletions config/ember-try.js
Expand Up @@ -11,65 +11,6 @@ module.exports = function() {
return {
useYarn: true,
scenarios: [
{
name: 'ember-1.13',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({ 'jquery-integration': true }),
},
bower: {
dependencies: {
ember: '~1.13.0',
},
},
npm: {
devDependencies: {
'@ember/jquery': '^0.5.1',
'ember-source': null,
'jquery': '^2.2.4',
},
},
},
{
name: 'ember-lts-2.4',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({ 'jquery-integration': true }),
},
bower: {
dependencies: {
ember: 'components/ember#lts-2-4',
},
resolutions: {
ember: 'lts-2-4',
},
},
npm: {
devDependencies: {
'@ember/jquery': '^0.5.1',
'ember-source': null,
'jquery': '^2.2.4',
},
},
},
{
name: 'ember-lts-2.8',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({ 'jquery-integration': true }),
},
bower: {
dependencies: {
ember: 'components/ember#lts-2-8',
},
resolutions: {
ember: 'lts-2-8',
},
},
npm: {
devDependencies: {
'@ember/jquery': '^0.5.1',
'ember-source': null,
},
},
},
{
name: 'ember-lts-2.12',
env: {
Expand Down

0 comments on commit bbff454

Please sign in to comment.