branch: master
commit e040ca0788a5ceef1a598531eb1ba02dc86729c1
Author: Jackson Ray Hamilton <[email protected]>
Commit: Jackson Ray Hamilton <[email protected]>
Just use stable emacs.
---
.travis.yml | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index bb0a9e0..a3b3615 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ language: emacs-lisp
env:
matrix:
- EMACS=emacs24
- - EMACS=emacs-snapshot
install:
- if [ "$EMACS" = "emacs24" ]; then
@@ -13,12 +12,6 @@ install:
sudo apt-get update -qq &&
sudo apt-get install -qq emacs24 emacs24-el;
fi
- - if [ "$EMACS" = "emacs-snapshot" ]; then
- sudo add-apt-repository -y ppa:cassou/emacs &&
- sudo apt-get update -qq &&
- sudo apt-get install -qq emacs-snapshot &&
- sudo apt-get install -qq emacs-snapshot-el emacs-snapshot-gtk;
- fi
script:
make test EMACS=${EMACS}