branch: elpa/multiple-cursors
commit d24ddc53eab414eb673e9374a85f25aa337e0003
Author: Takafumi Arakaki <[email protected]>
Commit: Takafumi Arakaki <[email protected]>

    Default ECUKES_EMACS to $EMACS
    
    Otherwise, $EMACS set on .travis.yml is not used in test.
---
 run-travis-ci.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run-travis-ci.sh b/run-travis-ci.sh
index c4e2459..f20617f 100755
--- a/run-travis-ci.sh
+++ b/run-travis-ci.sh
@@ -2,7 +2,7 @@
 
 cd "$(dirname "$0")"
 
-ECUKES_EMACS=${ECUKES_EMACS:-$(which emacs)}
+ECUKES_EMACS=${EMACS:-$(which emacs)}
 export ECUKES_EMACS
 
 echo "*** Emacs version ***"

Reply via email to