Skip to content

Commit

Permalink
Only test against major versions of Emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Apr 4, 2021
1 parent 5e823dc commit 44764dd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 44764dd

Please sign in to comment.