Skip to content

Commit

Permalink
fix(deps): update ember source
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Metzener authored and anehx committed Jun 11, 2019
1 parent 142aa3a commit 3d293ba
Show file tree
Hide file tree
Showing 4 changed files with 911 additions and 1,845 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ 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-lts-3.8
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary
Expand Down
14 changes: 4 additions & 10 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,18 @@ module.exports = function() {
useYarn: true,
scenarios: [
{
name: "ember-lts-2.18",
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({
"jquery-integration": true
})
},
name: "ember-lts-3.4",
npm: {
devDependencies: {
"@ember/jquery": "^0.5.1",
"ember-source": "~2.18.0"
"ember-source": "~3.4.0"
}
}
},
{
name: "ember-lts-3.4",
name: "ember-lts-3.8",
npm: {
devDependencies: {
"ember-source": "~3.4.0"
"ember-source": "~3.8.0"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"ember-maybe-import-regenerator": "0.1.6",
"ember-qunit": "4.4.1",
"ember-resolver": "5.1.3",
"ember-source": "3.9.1",
"ember-source": "3.10.1",
"ember-source-channel-url": "2.0.1",
"ember-truth-helpers": "2.1.0",
"ember-try": "1.2.1",
Expand Down

0 comments on commit 3d293ba

Please sign in to comment.