Skip to content

Commit ee5ee37

Browse files
Temporarily comment Emacs 27 testing
1 parent 8f72668 commit ee5ee37

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.circleci/config.yml

+13-11
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,15 @@ commands:
5454
command: eldev -dtT compile --warnings-as-errors
5555

5656
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
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

0 commit comments

Comments
 (0)