mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
.travis.yml; forgot the PATH, remove condition
This commit is contained in:
@ -5,7 +5,8 @@ branches:
|
||||
- master
|
||||
- develop
|
||||
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 config path /tmp
|
||||
- cp init.test.el init.el
|
||||
|
Reference in New Issue
Block a user