Rewrite .travis.yml. Again. I need sleep.

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

View file

@ -5,10 +5,10 @@ branches:
- master
- develop
before_install:
- 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
- git clone https://github.com/rejeep/evm.git /home/travis/.evm
- export PATH="/home/travis/.evm/bin:$PATH"
- evm config path /tmp
- evm install $EVM_EMACS --use --skip
- cp init.test.el init.el
- INSECURE=1 YES=1 make install
env: