doomemacs/.travis.yml

10 lines
268 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
2017-04-06 09:51:03 +08:00
- evm install emacs-25.1-travis --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
2017-04-06 09:43:22 +08:00
script:
- make test