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

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

[nongnu] elpa/multiple-cursors b218a13 185/434: Run tests in Emacs 23, E


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors b218a13 185/434: Run tests in Emacs 23, Emacs 24 and snapshot.
Date: Sat, 7 Aug 2021 09:20:22 -0400 (EDT)

branch: elpa/multiple-cursors
commit b218a13cf748780f2aec77faf948b98079452fa8
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    Run tests in Emacs 23, Emacs 24 and snapshot.
---
 .travis.yml | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9d4daac..29ec693 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,20 @@
 language: emacs-lisp
 before_install:
-  - if [ "$ECUKES_EMACS" = 'emacs-snapshot' ]; then
+  - if [ "$EMACS" = 'emacs-snapshot' ]; then
       sudo add-apt-repository -y ppa:cassou/emacs &&
       sudo apt-get update -qq &&
       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:
-  - ECUKES_EMACS=emacs
+  - EMACS=emacs
+  - EMACS=emacs24
+  - EMACS=emacs-snapshot
 script:
-  ./run-travis-ci.sh
+  ./run-travis-ci.sh
\ No newline at end of file



reply via email to

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