mirror of
https://github.com/vale981/boon
synced 2025-03-04 09:01:39 -05:00
13 lines
260 B
YAML
13 lines
260 B
YAML
language: emacs-lisp
|
|
env:
|
|
- EVM_EMACS=emacs-25.1-travis
|
|
|
|
before_install:
|
|
- git clone https://github.com/rejeep/evm.git $HOME/.evm
|
|
- export PATH=$HOME/.evm/bin:$PATH
|
|
|
|
- evm config path /tmp
|
|
- evm install $EVM_EMACS --use --skip
|
|
|
|
script:
|
|
- make test
|