Skip to content

Commit

Permalink
Bump ember-cli-addon-docs to 0.10.0 Drop ember-try 2.18 (#2081)
Browse files Browse the repository at this point in the history
  • Loading branch information
cah-brian-gantzler authored Dec 1, 2020
1 parent e5673a1 commit eac5513
Show file tree
Hide file tree
Showing 4 changed files with 359 additions and 291 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
script: yarn test:test-projects

- stage: versioned tests
env: EMBER_TRY_SCENARIO=ember-lts-2.18
env: EMBER_TRY_SCENARIO=ember-lts-3.20
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary
Expand Down
8 changes: 2 additions & 6 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@ module.exports = function() {
useYarn: true,
scenarios: [
{
name: 'ember-lts-2.18',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({ 'jquery-integration': true })
},
name: 'ember-lts-3.20',
npm: {
devDependencies: {
'@ember/jquery': '^0.5.1',
'ember-source': '~2.18.0'
'ember-source': '~3.20.0'
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"broccoli-asset-rev": "^3.0.0",
"ember-ajax": "^5.0.0",
"ember-cli": "~3.4.4",
"ember-cli-addon-docs": "^0.8.0",
"ember-cli-addon-docs": "^0.10.0",
"ember-cli-addon-docs-esdoc": "^0.2.3",
"ember-cli-dependency-checker": "^3.0.0",
"ember-cli-deploy": "^1.0.2",
Expand Down
Loading

0 comments on commit eac5513

Please sign in to comment.