branch: elpa/forth-mode
commit 9b0982e169247b253a745127c64a2a425ad072d7
Author: Ben Siraphob <[email protected]>
Commit: Lars Brinkhoff <[email protected]>
Fix CI
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index fa7696ee63..d8c49f032d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,13 @@
language: emacs-lisp
sudo: required
env:
- - EMACS=emacs23
- 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 emacs23 emacs24 emacs-snapshot
+ - sudo apt-get install emacs24 emacs25 emacs-snapshot
- sudo apt-get install gforth || true
script: make EMACS=$EMACS
notifications: