branch: elpa/multiple-cursors commit 32213d4de45cf1c8d058bffaf096bb29614f263c Author: Magnar Sveen <magn...@gmail.com> Commit: Magnar Sveen <magn...@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