doomemacs/.travis.yml

17 lines
424 B
YAML
Raw Normal View History

2017-04-06 09:43:22 +08:00
language: emacs-lisp
sudo: false
before_install:
2017-05-20 05:49:07 +08:00
- 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
- cp init.test.el init.el
2017-05-20 05:49:07 +08:00
- INSECURE=1 YES=1 make install
env:
- EVM_EMACS=emacs-25.1-travis
- EVM_EMACS=emacs-25.2-travis
- EVM_EMACS=emacs-25.3-travis
2017-04-06 09:43:22 +08:00
script:
- emacs --version
2017-06-29 00:02:15 +08:00
- make test