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 8648120 commit 37a4c9cCopy full SHA for 37a4c9c
.circleci/config.yml
@@ -39,6 +39,14 @@ jobs:
39
- setup
40
- test
41
42
+ test-emacs-27:
43
+ docker:
44
+ - image: silex/emacs:27-dev
45
+ entrypoint: bash
46
+ steps:
47
+ - setup
48
+ - test
49
+
50
test-emacs-master:
51
docker:
52
- image: silex/emacs:master-dev
@@ -49,7 +57,7 @@ jobs:
57
58
test-lint:
59
- - image: silex/emacs:26-dev
60
53
61
steps:
54
62
55
63
- lint
@@ -60,5 +68,6 @@ workflows:
68
jobs:
69
- test-emacs-25
70
- test-emacs-26
71
+ - test-emacs-27
72
- test-emacs-master
64
73
- test-lint
0 commit comments