File tree 4 files changed +31
-287
lines changed
4 files changed +31
-287
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,28 @@ branches:
28
28
29
29
jobs :
30
30
fail_fast : true
31
+ allow_failures :
32
+ - env : EMBER_TRY_SCENARIO=ember-canary
31
33
32
34
include :
33
35
# runs linting and tests with current locked deps
36
+
34
37
- stage : " Tests"
35
38
name : " Tests"
36
39
script :
37
40
- npm run lint:hbs
38
41
- npm run lint:js
39
- - npm run test:all
42
+ - npm test
43
+
44
+ # we recommend new addons test the current and previous LTS
45
+ # as well as latest stable release (bonus points to beta/canary)
46
+ - stage : " Additional Tests"
47
+ env : EMBER_TRY_SCENARIO=ember-lts-3.4
48
+ - env : EMBER_TRY_SCENARIO=ember-lts-3.8
49
+ - env : EMBER_TRY_SCENARIO=ember-release
50
+ - env : EMBER_TRY_SCENARIO=ember-beta
51
+ - env : EMBER_TRY_SCENARIO=ember-canary
52
+ - env : EMBER_TRY_SCENARIO=ember-default-with-jquery
53
+
54
+ script :
55
+ - node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO
Original file line number Diff line number Diff line change 3
3
## Installation
4
4
5
5
* ` git clone <repository-url> `
6
- * ` cd my-addon `
6
+ * ` cd ember-cli-chart `
7
7
* ` npm install `
8
8
9
9
## Linting
Original file line number Diff line number Diff line change 2
2
"name" : " ember-cli-chart" ,
3
3
"version" : " 3.5.0" ,
4
4
"description" : " Ember component for ChartJS" ,
5
+ "keywords" : [
6
+ " ember-addon"
7
+ ],
8
+ "repository" : {
9
+ "type" : " git" ,
10
+ "url" : " https://github.com/aomran/ember-cli-chart.git"
11
+ },
12
+ "license" : " MIT" ,
13
+ "author" : " Ahmed Omran" ,
14
+ "directories" : {
15
+ "doc" : " doc" ,
16
+ "test" : " tests"
17
+ },
5
18
"scripts" : {
6
19
"build" : " ember build" ,
7
20
"lint:hbs" : " ember-template-lint ." ,
17
30
"ember-cli-node-assets" : " ^0.2.2" ,
18
31
"fastboot-transform" : " ^0.1.2"
19
32
},
20
- "keywords" : [
21
- " ember-addon"
22
- ],
23
- "repository" : {
24
- "type" : " git" ,
25
- "url" : " https://github.com/aomran/ember-cli-chart.git"
26
- },
27
- "license" : " MIT" ,
28
- "author" : " Ahmed Omran" ,
29
- "directories" : {
30
- "doc" : " doc" ,
31
- "test" : " tests"
32
- },
33
33
"bugs" : {
34
34
"url" : " https://github.com/aomran/ember-cli-chart/issues"
35
35
},
55
55
"ember-source" : " ~3.13.0" ,
56
56
"ember-source-channel-url" : " ^2.0.1" ,
57
57
"ember-try" : " ^1.2.1" ,
58
- "ember-welcome-page" : " ^3.0.0" ,
59
58
"eslint-plugin-ember" : " ^7.1.0" ,
60
59
"eslint-plugin-node" : " ^10.0.0" ,
61
60
"loader.js" : " ^4.7.0" ,
You can’t perform that action at this time.
0 commit comments