Skip to content

Commit

Permalink
chore: only test against ember 3.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Dec 30, 2018
1 parent 9816406 commit fff0e78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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-3.4
env: EMBER_TRY_SCENARIO=ember-3.6
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary
Expand Down
4 changes: 2 additions & 2 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ module.exports = function() {
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.4',
name: 'ember-3.6',
npm: {
devDependencies: {
'ember-source': '~3.4.0'
'ember-source': '~3.6.0'
}
}
},
Expand Down

0 comments on commit fff0e78

Please sign in to comment.