branch: elpa/forth-mode
commit 17e58ab993a14ae0a7e2e3c4e5b374dc71b754d3
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>

    Test with Emacs snapshot.
---
 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a986285750..955735c36f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,11 @@ sudo: required
 env:
   - EMACS=emacs23
   - EMACS=emacs24
-install: sudo apt-get update -y && sudo apt-get install emacs23 emacs24
+  - 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
 script: make EMACS=$EMACS
 notifications:
   email: [email protected]

Reply via email to