Skip to content

Commit

Permalink
Skip 3.8 LTS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lolmaus committed Jan 5, 2020
1 parent 63ee8cf commit ce3a5a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
- env: EMBER_TRY_SCENARIO=ember-lts-3.8
# - env: EMBER_TRY_SCENARIO=ember-lts-3.8
- env: EMBER_TRY_SCENARIO=ember-lts-3.12
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta
Expand Down
16 changes: 8 additions & 8 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ module.exports = async function () {
return {
useYarn : true,
scenarios : [
// {
// name : 'ember-lts-3.8',
// npm : {
// devDependencies : {
// 'ember-source' : '~3.8.0',
// },
// },
// },
{
name : 'ember-lts-3.8',
npm : {
devDependencies : {
'ember-source' : '~3.8.0',
},
},
},
{
name : 'ember-lts-3.12',
npm : {
Expand Down

0 comments on commit ce3a5a8

Please sign in to comment.