branch: elpa/forth-mode
commit e4ed4a8acf6791b5e1e6fe89a563a76773b22fea
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>
Test with both Emacs 23 and 24.
---
.travis.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 61e0fc56ab..038d4cbf1e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,9 @@
language: emacs-lisp
sudo: required
-#install: sh -e install-deps.sh
+env:
+ - EMACS=emacs23
+ - EMACS=emacs24
+install: sudo apt-get update -y && sudo apt-get install emacs23 emacs24
script: make
notifications:
email: [email protected]