File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : emacs-lisp
3
3
env :
4
- - EMACS_BINARY=emacs-24.4-travis MAKE_TEST=test
5
- - EMACS_BINARY=emacs-24.4-travis MAKE_TEST=test-bytecomp
6
- - EMACS_BINARY=emacs-24.5-travis MAKE_TEST=test
7
- - EMACS_BINARY=emacs-24.5-travis MAKE_TEST=test-bytecomp
8
4
- EMACS_BINARY=emacs-25.1-travis MAKE_TEST=test
9
5
- EMACS_BINARY=emacs-25.1-travis MAKE_TEST=test-bytecomp
10
6
- EMACS_BINARY=emacs-25.2-travis MAKE_TEST=test
Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ### Changes
6
+
7
+ * Require Emacs 25.1+.
8
+
5
9
## 5.8.1 (2018-07-03)
6
10
7
11
### Bugs fixed
Original file line number Diff line number Diff line change 11
11
; ; URL: http://github.com/clojure-emacs/clojure-mode
12
12
; ; Keywords: languages clojure clojurescript lisp
13
13
; ; Version: 5.9.0-snapshot
14
- ; ; Package-Requires: ((emacs "24.4 "))
14
+ ; ; Package-Requires: ((emacs "25.1 "))
15
15
16
16
; ; This file is not part of GNU Emacs.
17
17
You can’t perform that action at this time.
0 commit comments