From 44764dd47f6c63102d188b81a5a606b7538420d5 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 4 Apr 2021 10:46:16 -0700 Subject: [PATCH] Only test against major versions of Emacs https://github.com/Silex/docker-emacs/issues/62 --- .circleci/config.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1edaaa6..8fc481d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,22 +9,10 @@ shared: &shared make docker CMD="make -k compile checkdoc longlines" jobs: - emacs-25.1: - <<: *shared - environment: - VERSION: "25.1" - emacs-25.2: - <<: *shared - environment: - VERSION: "25.2" emacs-25.3: <<: *shared environment: VERSION: "25.3" - emacs-26.1: - <<: *shared - environment: - VERSION: "26.1" emacs-26.2: <<: *shared environment: