Skip to content

Commit

Permalink
Only build latest major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 authored and haji-ali committed Jun 15, 2021
1 parent e056b0a commit d631f10
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Expand Up @@ -9,18 +9,10 @@ shared: &shared
make docker
CMD="make -k link lint"
jobs:
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 All @@ -33,8 +25,6 @@ workflows:
version: 2
ci:
jobs:
- emacs-25.2
- emacs-25.3
- emacs-26.1
- emacs-26.2
- emacs-master

0 comments on commit d631f10

Please sign in to comment.