.travis.yml; forgot the PATH, remove condition

This commit is contained in:
Henrik Lissner 2018-01-06 03:50:57 -05:00
parent 5f9eb8c978
commit 24c2d3727d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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