[travis] Set emacs binary explicityly

This commit is contained in:
Kat Huang 2017-09-10 03:37:33 -07:00
parent 76a25d39c3
commit aeac3e0268

View File

@ -6,7 +6,9 @@ THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
TARGET=$(readlink -f "$THIS_DIR/../dotfiles/emacs.d/README.org")
git clone https://github.com/rejeep/evm.git "$HOME/.evm"
evm config path /tmp
evm install emacs-25.1-travis --use --skip
export EMACS="$(evm bin)"
curl -fsSkL https://raw.github.com/cask/cask/master/go | python