Rewrite .travis.yml. Again. I need sleep.
This commit is contained in:
parent
24c2d3727d
commit
7ab7885edc
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue