[travis] Set emacs binary explicityly
This commit is contained in:
parent
76a25d39c3
commit
aeac3e0268
@ -6,7 +6,9 @@ THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|||||||
TARGET=$(readlink -f "$THIS_DIR/../dotfiles/emacs.d/README.org")
|
TARGET=$(readlink -f "$THIS_DIR/../dotfiles/emacs.d/README.org")
|
||||||
|
|
||||||
git clone https://github.com/rejeep/evm.git "$HOME/.evm"
|
git clone https://github.com/rejeep/evm.git "$HOME/.evm"
|
||||||
|
evm config path /tmp
|
||||||
evm install emacs-25.1-travis --use --skip
|
evm install emacs-25.1-travis --use --skip
|
||||||
|
export EMACS="$(evm bin)"
|
||||||
|
|
||||||
curl -fsSkL https://raw.github.com/cask/cask/master/go | python
|
curl -fsSkL https://raw.github.com/cask/cask/master/go | python
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user