Skip to content

Commit 44d55c8

Browse files
xomaczarlukemelia
authored andcommitted
add lts-3.4 and lts-3.8 to ember-try matrix
1 parent c1adbfe commit 44d55c8

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121
- EMBER_TRY_SCENARIO=ember-lts-2.12
2222
- EMBER_TRY_SCENARIO=ember-lts-2.18
2323
- EMBER_TRY_SCENARIO=ember-lts-3.4
24+
- EMBER_TRY_SCENARIO=ember-lts-3.8
2425
- EMBER_TRY_SCENARIO=ember-release
2526
- EMBER_TRY_SCENARIO=ember-beta
2627
- EMBER_TRY_SCENARIO=ember-canary

config/ember-try.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,22 @@ module.exports = {
3535
}
3636
}
3737
},
38+
{
39+
name: 'ember-lts-3.4',
40+
npm: {
41+
devDependencies: {
42+
'ember-source': '~3.4.0'
43+
}
44+
}
45+
},
46+
{
47+
name: 'ember-lts-3.8',
48+
npm: {
49+
devDependencies: {
50+
'ember-source': '~3.8.0'
51+
}
52+
}
53+
},
3854
{
3955
name: 'ember-release',
4056
bower: {

0 commit comments

Comments
 (0)