Make sure we run the right version of Emacs in travis.

This commit is contained in:
Magnar Sveen 2012-09-20 23:03:54 +02:00
parent 6e61e3df28
commit 32213d4de4
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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