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

    Travis: only install the necessary ppa/package for each matrix line, 2nd 
attempt
---
 .travis.yml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 06c7332e40..c986c0a669 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,7 @@
 language: emacs-lisp
-matrix:
-  env:
-    - EMACS=emacs-24.3
-      PPA=ppa:ubuntu-elisp
-      PACKAGE=emacs-snapshot
-    - EMACS=emacs-25.1
-      PPA=ppa:kelleyk/emacs
-      PACKAGE=emacs25
+env:
+  - EMACS=emacs-24.3 PPA=ppa:ubuntu-elisp PACKAGE=emacs-snapshot
+  - EMACS=emacs-25.1 PPA=ppa:kelleyk/emacs PACKAGE=emacs25
 
 before_install:
   - sudo add-apt-repository -y $PPA

Reply via email to