branch: elpa/inf-clojure commit 62abe4ecf30398ad852bc9648f407ca987362203 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Add Emacs 27 to the CI matrix --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0e778ab..1fc8575 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,6 +21,12 @@ jobs: entrypoint: bash <<: *default-steps + test-emacs-27: + docker: + - image: silex/emacs:27-ci-cask + entrypoint: bash + <<: *default-steps + test-emacs-master: docker: - image: silex/emacs:master-ci-cask @@ -33,4 +39,5 @@ workflows: jobs: - test-emacs-25 - test-emacs-26 + - test-emacs-27 - test-emacs-master