File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 21
21
22
22
matrix :
23
23
fast_finish : true
24
+ allow_failures :
25
+ - env : EMBER_TRY_SCENARIO=ember-canary
24
26
25
27
before_install :
26
28
- curl -o- -L https://yarnpkg.com/install.sh | bash
27
29
- export PATH=$HOME/.yarn/bin:$PATH
28
30
29
31
install :
30
- - yarn install --no-lockfile --ignore-engines -- non-interactive
32
+ - yarn install --no-lockfile --non-interactive
31
33
32
34
script :
35
+ - yarn lint:js
36
+ # Usually, it's ok to finish the test scenario without reverting
37
+ # to the addon's original dependency state, skipping "cleanup".
33
38
- node_modules/.bin/ember try:each --skip-cleanup
Original file line number Diff line number Diff line change 16
16
"build" : " ember build" ,
17
17
"start" : " ember serve" ,
18
18
"deploy" : " ember github-pages:commit --message \" Deploy gh-pages from commit $(git rev-parse HEAD)\" ; git push; git checkout -" ,
19
- "test" : " ember try:each"
19
+ "test" : " ember try:each" ,
20
+ "lint:js" : " eslint ./*.js app config lib server tests"
20
21
},
21
22
"dependencies" : {
22
23
"ember-cli-babel" : " ^6.12.0" ,
You can’t perform that action at this time.
0 commit comments