branch: elpa/parseclj
commit 6f36bbf6b42e863cf7dc433f73cef9948cb87c47
Author: Arne Brasseur <[email protected]>
Commit: Arne Brasseur <[email protected]>

    Try to set up a build matrix
---
 .travis.yml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5eb3b99734..769ac2994a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,14 @@
 language: emacs-lisp
+matrix:
+  env:
+    - EMACS=emacs-24.3
+    - EMACS=emacs-25.1
 before_install:
   - sudo add-apt-repository -y ppa:ubuntu-elisp
+  - sudo add-apt-repository -y ppa:kelleyk/emacs
   - sudo apt-get update -qq
-  - sudo apt-get install -qq emacs-snapshot
+  - sudo apt-get install -qq emacs-snapshot emacs25
 
 script:
-  - emacs --version
-  - emacs -batch -l clj-parse-test-runner.el
+  - $EMACS --version
+  - $EMACS -batch -l clj-parse-test-runner.el

Reply via email to