doomemacs/.travis.yml

14 lines
358 B
YAML
Raw Normal View History

2017-04-06 09:43:22 +08:00
language: emacs-lisp
sudo: false
before_install:
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
- evm install $EVM_EMACS --use --skip
2017-04-06 09:57:09 +08:00
- cp init.example.el init.el
2017-04-06 10:12:47 +08:00
- YES=1 make install
env:
- EVM_EMACS=emacs-25.1-travis
- EVM_EMACS=emacs-25.2-travis
2017-04-06 09:43:22 +08:00
script:
- emacs --version
- DEBUG=1 make test