Skip to content

Commit 2983c3f

Browse files
committed
Drop support Emacs 24
1 parent 6fbf3b2 commit 2983c3f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ language: emacs-lisp
22
sudo: required
33
env:
44
matrix:
5-
- EMACS_VERSION=emacs-24.3-travis
6-
- EMACS_VERSION=emacs-24.4-travis
7-
- EMACS_VERSION=emacs-24.5-travis
85
- EMACS_VERSION=emacs-25.1-travis
96
- EMACS_VERSION=emacs-25.2-travis
107
- EMACS_VERSION=emacs-25.3-travis

php-runtime.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Version: 0.0.1
88
;; Keywords: processes php
99
;; URL: https://github.com/emacs-php/php-runtime.el
10-
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
10+
;; Package-Requires: ((emacs "25") (cl-lib "0.5"))
1111

1212
;; This file is NOT part of GNU Emacs.
1313

0 commit comments

Comments
 (0)