mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
.travis.yml; forgot the PATH, remove condition
This commit is contained in:
@ -5,7 +5,8 @@ branches:
|
|||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
before_install:
|
before_install:
|
||||||
- if [ ! -z "$EVM_EMACS" ]; then curl -fsSkL https://raw.github.com/rejeep/evm/master/go > x.sh && source ./x.sh; fi
|
- curl -fsSkL https://raw.github.com/rejeep/evm/master/go > x.sh && source ./x.sh
|
||||||
|
- export PATH="$EVM_DIR:$PATH"
|
||||||
- evm install $EVM_EMACS --use --skip
|
- evm install $EVM_EMACS --use --skip
|
||||||
- evm config path /tmp
|
- evm config path /tmp
|
||||||
- cp init.test.el init.el
|
- cp init.test.el init.el
|
||||||
|
Reference in New Issue
Block a user