File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 64
64
- ember-release
65
65
- ember-beta
66
66
- ember-canary
67
- - ember-default-with-jquery
68
67
- ember-classic
69
68
steps :
70
69
- name : Checkout code
Original file line number Diff line number Diff line change @@ -55,29 +55,6 @@ module.exports = async function () {
55
55
} ,
56
56
} ,
57
57
} ,
58
- // The default `.travis.yml` runs this scenario via `yarn test`,
59
- // not via `ember try`. It's still included here so that running
60
- // `ember try:each` manually or from a customized CI config will run it
61
- // along with all the other scenarios.
62
- {
63
- name : 'ember-default' ,
64
- npm : {
65
- devDependencies : { } ,
66
- } ,
67
- } ,
68
- {
69
- name : 'ember-default-with-jquery' ,
70
- env : {
71
- EMBER_OPTIONAL_FEATURES : JSON . stringify ( {
72
- 'jquery-integration' : true ,
73
- } ) ,
74
- } ,
75
- npm : {
76
- devDependencies : {
77
- '@ember/jquery' : '^1.1.0' ,
78
- } ,
79
- } ,
80
- } ,
81
58
{
82
59
name : 'ember-classic' ,
83
60
env : {
You can’t perform that action at this time.
0 commit comments