mirror of
https://github.com/vale981/boon
synced 2025-03-04 09:01:39 -05:00
Travis
This commit is contained in:
parent
12198420e4
commit
f6c87adf0a
1 changed files with 13 additions and 0 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue