File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,15 @@ commands:
5454 command : eldev -dtT compile --warnings-as-errors
5555
5656jobs :
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
6466
6567 test-ubuntu-emacs-28 :
6668 docker :
@@ -132,10 +134,10 @@ workflows:
132134 jobs :
133135 - test-shellcheck
134136 - 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
139141 - test-ubuntu-emacs-28 :
140142 requires :
141143 - test-lint
You can’t perform that action at this time.
0 commit comments