File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 11language : emacs-lisp
22before_install :
3- - curl -fsSkL https://gist.githubusercontent. com/rejeep/7736123/raw | sh
4- - export PATH="/home/travis/.cask /bin:$PATH"
5- - export PATH="/home/travis/.evm/bin:$PATH"
6- - evm install $EVM_EMACS --use
7- - cask
3+ - git clone https://github. com/rejeep/evm.git $HOME/.evm
4+ - export PATH=$HOME/.cask/bin:$HOME/.evm /bin:$PATH
5+ - evm config path /tmp
6+ - evm install $EVM_EMACS --use --skip
7+ - curl -fsSkL https://raw.github.com/ cask/cask/master/go | python
88env :
9- - EVM_EMACS=emacs-24.1-bin
10- - EVM_EMACS=emacs-24.2-bin
11- - EVM_EMACS=emacs-24.4-bin
12- - EVM_EMACS=emacs-24.5-bin
9+ - EVM_EMACS=emacs-25.3-travis
10+ - EVM_EMACS=emacs-26.3-travis-linux-xenial
11+ - EVM_EMACS=emacs-git-snapshot-travis-linux-xenial
1312script :
1413 - emacs --version
1514 - make test
You can’t perform that action at this time.
0 commit comments