File tree 1 file changed +1
-18
lines changed
1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -28,29 +28,12 @@ branches:
28
28
29
29
jobs :
30
30
fail_fast : true
31
- allow_failures :
32
- - env : EMBER_TRY_SCENARIO=ember-canary
33
- - env : EMBER_TRY_SCENARIO=ember-default-with-jquery
34
31
35
32
include :
36
33
# runs linting and tests with current locked deps
37
-
38
34
- stage : " Tests"
39
35
name : " Tests"
40
36
script :
41
37
- npm run lint:hbs
42
38
- npm run lint:js
43
- - npm test
44
-
45
- # we recommend new addons test the current and previous LTS
46
- # as well as latest stable release (bonus points to beta/canary)
47
- - stage : " Additional Tests"
48
- env : EMBER_TRY_SCENARIO=ember-lts-3.4
49
- - env : EMBER_TRY_SCENARIO=ember-lts-3.8
50
- - env : EMBER_TRY_SCENARIO=ember-release
51
- - env : EMBER_TRY_SCENARIO=ember-beta
52
- - env : EMBER_TRY_SCENARIO=ember-canary
53
- - env : EMBER_TRY_SCENARIO=ember-default-with-jquery
54
-
55
- script :
56
- - node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO
39
+ - npm run test:all
You can’t perform that action at this time.
0 commit comments