Skip to content

Commit d1ef416

Browse files
committed
Remove Emacs 23 from travis build, at least for now (see #339)
1 parent 5cbc362 commit d1ef416

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: emacs-lisp
22

33
env:
44
matrix:
5-
- EMACS=emacs23
65
- EMACS=emacs24
76
- EMACS=emacs-snapshot
87

@@ -12,10 +11,6 @@ matrix:
1211
- EMACS=emacs-snapshot
1312

1413
install:
15-
- if [ "$EMACS" = "emacs23" ]; then
16-
sudo apt-get update -qq &&
17-
sudo apt-get install -qq emacs23-gtk emacs23-el;
18-
fi
1914
- if [ "$EMACS" = "emacs24" ]; then
2015
sudo add-apt-repository -y ppa:cassou/emacs &&
2116
sudo apt-get update -qq &&

0 commit comments

Comments
 (0)