Skip to content

Commit 5575387

Browse files
committed
Remove 2.x compatibility
1 parent 903103e commit 5575387

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
# we recommend new addons test the current and previous LTS
5050
# as well as latest stable release (bonus points to beta/canary)
5151
- stage: "Additional Tests"
52-
env: EMBER_TRY_SCENARIO=ember-lts-2.18
5352
- env: EMBER_TRY_SCENARIO=ember-lts-3.4
5453
- env: EMBER_TRY_SCENARIO=ember-release
5554
- env: EMBER_TRY_SCENARIO=ember-beta

config/ember-try.js

-12
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,6 @@ module.exports = function() {
1111
return {
1212
useYarn: true,
1313
scenarios: [
14-
{
15-
name: 'ember-lts-2.18',
16-
env: {
17-
EMBER_OPTIONAL_FEATURES: JSON.stringify({ 'jquery-integration': true })
18-
},
19-
npm: {
20-
devDependencies: {
21-
'@ember/jquery': '^0.5.1',
22-
'ember-source': '~2.18.0'
23-
}
24-
}
25-
},
2614
{
2715
name: 'ember-lts-3.4',
2816
npm: {

0 commit comments

Comments
 (0)