emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 3a44f30 03/38: Hopefully fix the matrix


From: Dmitry Gutov
Subject: [elpa] master 3a44f30 03/38: Hopefully fix the matrix
Date: Wed, 09 Sep 2015 18:41:35 +0000

branch: master
commit 3a44f30eee3eb448391cdb021d4e0f9e3b82b2b4
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Hopefully fix the matrix
---
 .travis.yml |   29 ++++++++++++++---------------
 1 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 30a5fa4..36f5aed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,21 +9,20 @@ addons:
     sources:
       - cassou-emacs
 
-env:
-  matrix:
-    - env: EMACS=emacs24
-      addons:
-        apt:
-          packages:
-            - emacs24
-            - emacs24-el
-    - env: EMACS=emacs-snapshot
-      addons:
-        apt:
-          packages:
-            - emacs-snapshot
-            - emacs-snapshot-el
-            - emacs-snapshot-gtk
+matrix:
+  - env: EMACS=emacs24
+    addons:
+      apt:
+        packages:
+          - emacs24
+          - emacs24-el
+   - env: EMACS=emacs-snapshot
+     addons:
+       apt:
+         packages:
+           - emacs-snapshot
+           - emacs-snapshot-el
+           - emacs-snapshot-gtk
 
 script:
   make test EMACS=${EMACS}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]