branch: elpa/forth-mode
commit b3c1e62e5a3cbf034839b45c5e74021576c2df32
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>
The Emacs 25 package can't coexist with Emacs-snapshot.
---
.travis.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index d8c49f032d..5022d5792c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,11 +3,10 @@ sudo: required
env:
- EMACS=emacs24
- EMACS=emacs25
- - EMACS=emacs-snapshot
install:
- sudo add-apt-repository -y ppa:ubuntu-elisp
- sudo apt-get update -y
- - sudo apt-get install emacs24 emacs25 emacs-snapshot
+ - sudo apt-get install emacs24 emacs25
- sudo apt-get install gforth || true
script: make EMACS=$EMACS
notifications: