doomemacs/.travis.yml
2017-04-05 22:12:47 -04:00

10 lines
268 B
YAML

language: emacs-lisp
sudo: false
before_install:
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
- evm install emacs-25.1-travis --use --skip
- cp init.example.el init.el
- YES=1 make install
script:
- make test