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

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

[elpa] externals/dash cca9b1b 121/426: Also run tests on Emacs24


From: Phillip Lord
Subject: [elpa] externals/dash cca9b1b 121/426: Also run tests on Emacs24
Date: Tue, 04 Aug 2015 19:37:07 +0000

branch: externals/dash
commit cca9b1b7410660c8ac4dc762ee26068ed0ada2ee
Author: Magnar Sveen <address@hidden>
Commit: Magnar Sveen <address@hidden>

    Also run tests on Emacs24
---
 .travis.yml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 74b3233..29ec693 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,15 @@ before_install:
       sudo apt-get install -qq
           emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot;
     fi
+  - if [ "$EMACS" = 'emacs24' ]; then
+      sudo add-apt-repository -y ppa:cassou/emacs &&
+      sudo apt-get update -qq &&
+      sudo apt-get install -qq
+          emacs24 emacs24-el emacs24-common-non-dfsg;
+    fi
 env:
   - EMACS=emacs
+  - EMACS=emacs24
   - EMACS=emacs-snapshot
 script:
   ./run-travis-ci.sh
\ No newline at end of file



reply via email to

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