Remove support for emacs 24

This commit is contained in:
Carlo Sciolla 2018-08-14 21:59:34 +02:00
parent 9d6b6a03a6
commit 3df9bf31a7
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
2 changed files with 2 additions and 8 deletions

View File

@ -22,12 +22,6 @@ default: &default-steps
# Enumerated list of Emacs versions
jobs:
test-emacs-24:
docker:
- image: silex/emacs:24
entrypoint: bash
<<: *default-steps
test-emacs-25:
docker:
- image: silex/emacs:25
@ -51,7 +45,6 @@ workflows:
version: 2
ci-test-matrix:
jobs:
- test-emacs-24
- test-emacs-25
- test-emacs-26
- test-emacs-master

View File

@ -2,11 +2,12 @@
;; Filename: plantuml-mode.el
;; Description: Major mode for PlantUML diagrams sources
;; Compatibility: Tested with Emacs 24.3 through 24.5 on OS X 10.10
;; Compatibility: Tested with Emacs 25 through 27 (current master)
;; Author: Zhang Weize (zwz)
;; Maintainer: Carlo Sciolla (skuro)
;; Keywords: uml plantuml ascii
;; Version: 1.2.6
;; Package-Requires: ((emacs "25.0"))
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by