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

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

[nongnu] elpa/multiple-cursors 32213d4 115/434: Make sure we run the rig


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 32213d4 115/434: Make sure we run the right version of Emacs in travis.
Date: Sat, 7 Aug 2021 09:20:07 -0400 (EDT)

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

    Make sure we run the right version of Emacs in travis.
---
 .travis.yml      | 4 ++--
 run-travis-ci.sh | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 74b3233..55bc955 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ before_install:
           emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot;
     fi
 env:
-  - EMACS=emacs
-  - EMACS=emacs-snapshot
+  - ECUKES_EMACS=emacs
+  - ECUKES_EMACS=emacs-snapshot
 script:
   ./run-travis-ci.sh
\ No newline at end of file
diff --git a/run-travis-ci.sh b/run-travis-ci.sh
index 2802b03..2af9086 100755
--- a/run-travis-ci.sh
+++ b/run-travis-ci.sh
@@ -10,11 +10,11 @@ fi
 "
 }
 
-set_default EMACS "$(which emacs)"
+set_default ECUKES_EMACS "$(which emacs)"
 
 echo "*** Emacs version ***"
-echo "EMACS =" $(which $EMACS)
-$EMACS --version
+echo "ECUKES_EMACS =" $(which $ECUKES_EMACS)
+$ECUKES_EMACS --version
 echo
 
 exec ./util/ecukes/ecukes --graphical



reply via email to

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