Skip to content

Commit

Permalink
Test addon in 2.4 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Sep 28, 2016
1 parent 2b8d400 commit 7d215c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ cache:
- node_modules

env:
- EMBER_TRY_SCENARIO=default
# we recommend testing LTS's and latest stable release (bonus points to beta/canary)
- EMBER_TRY_SCENARIO=ember-lts-2.4
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
Expand Down
9 changes: 7 additions & 2 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
module.exports = {
scenarios: [
{
name: 'default',
name: 'ember-lts-2.4',
bower: {
dependencies: { }
dependencies: {
'ember': 'components/ember#lts-2-4'
},
resolutions: {
'ember': 'lts-2-4'
}
}
},
{
Expand Down

0 comments on commit 7d215c6

Please sign in to comment.