We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f375b commit 202cf4dCopy full SHA for 202cf4d
.circleci/config.yml
@@ -36,14 +36,6 @@ commands:
36
command: eldev -dtT compile --warnings-as-errors
37
38
jobs:
39
- test-emacs-25:
40
- docker:
41
- - image: silex/emacs:25-dev
42
- entrypoint: bash
43
- steps:
44
- - setup
45
- - test
46
-
47
test-emacs-26:
48
docker:
49
- image: silex/emacs:26-dev
@@ -97,7 +89,6 @@ workflows:
97
89
version: 2
98
90
ci-test-matrix:
99
91
100
- - test-emacs-25
101
92
- test-emacs-26
102
93
- test-emacs-27
103
94
- test-emacs-master
0 commit comments