File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,15 @@ commands:
54
54
command : eldev -dtT compile --warnings-as-errors
55
55
56
56
jobs :
57
- test-ubuntu-emacs-27 :
58
- docker :
59
- - image : silex/emacs:27-ci
60
- entrypoint : bash
61
- steps :
62
- - setup
63
- - test
57
+ # NB: commented until https://github.com/magit/transient/issues/368 or
58
+ # whatever is causing it is fixed.
59
+ # test-ubuntu-emacs-27:
60
+ # docker:
61
+ # - image: silex/emacs:27-ci
62
+ # entrypoint: bash
63
+ # steps:
64
+ # - setup
65
+ # - test
64
66
65
67
test-ubuntu-emacs-28 :
66
68
docker :
@@ -132,10 +134,10 @@ workflows:
132
134
jobs :
133
135
- test-shellcheck
134
136
- test-lint
135
- - test-ubuntu-emacs-27 :
136
- requires :
137
- - test-lint
138
- - test-shellcheck
137
+ # - test-ubuntu-emacs-27:
138
+ # requires:
139
+ # - test-lint
140
+ # - test-shellcheck
139
141
- test-ubuntu-emacs-28 :
140
142
requires :
141
143
- test-lint
You can’t perform that action at this time.
0 commit comments