Skip to content

Commit

Permalink
chore(ci): remove Ember LTS 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Mar 11, 2019
1 parent b89bbd1 commit 90cf0e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
- stage: "Additional Tests"
env: EMBER_TRY_SCENARIO=ember-lts-2.18
- env: EMBER_TRY_SCENARIO=ember-lts-3.4
env: EMBER_TRY_SCENARIO=ember-lts-3.4
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary
Expand Down
15 changes: 0 additions & 15 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,6 @@ module.exports = function() {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-2.18',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({
'jquery-integration': true
})
},
npm: {
devDependencies: {
'@ember/jquery': '^0.5.1',
'ember-source': '~2.18.0',
'ember-angle-bracket-invocation-polyfill': '^1.2.5'
}
}
},
{
name: 'ember-lts-3.4',
npm: {
Expand Down

0 comments on commit 90cf0e7

Please sign in to comment.