We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a465a1e commit 24926dfCopy full SHA for 24926df
2 files changed
.github/workflows/ci-build.yml
@@ -52,7 +52,6 @@ jobs:
52
- ember-lts-3.20
53
- ember-release
54
- ember-beta
55
- - ember-canary
56
- ember-default-with-jquery
57
58
steps:
config/ember-try.js
@@ -6,7 +6,6 @@ module.exports = function() {
6
return Promise.all([
7
getChannelURL('release'),
8
getChannelURL('beta'),
9
- getChannelURL('canary')
10
]).then((urls) => {
11
return {
12
scenarios: [
@@ -78,14 +77,6 @@ module.exports = function() {
78
77
}
79
80
},
81
- {
82
- name: 'ember-canary',
83
- npm: {
84
- devDependencies: {
85
- 'ember-source': urls[2]
86
- }
87
88
- },
89
// The default `.travis.yml` runs this scenario via `npm test`,
90
// not via `ember try`. It's still included here so that running
91
// `ember try:each` manually or from a customized CI config will run it
0 commit comments