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
|
- master
|
||||||
- develop
|
- develop
|
||||||
before_install:
|
before_install:
|
||||||
- curl -fsSkL https://raw.github.com/rejeep/evm/master/go > x.sh && source ./x.sh
|
- git clone https://github.com/rejeep/evm.git /home/travis/.evm
|
||||||
- export PATH="$EVM_DIR:$PATH"
|
- export PATH="/home/travis/.evm/bin:$PATH"
|
||||||
- evm install $EVM_EMACS --use --skip
|
|
||||||
- evm config path /tmp
|
- evm config path /tmp
|
||||||
|
- evm install $EVM_EMACS --use --skip
|
||||||
- cp init.test.el init.el
|
- cp init.test.el init.el
|
||||||
- INSECURE=1 YES=1 make install
|
- INSECURE=1 YES=1 make install
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue