boon/.travis.yml
Jean-Philippe Bernardy f6c87adf0a Travis
2016-11-04 13:21:08 +01:00

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