.travis.yml: add init.el

This commit is contained in:
Henrik Lissner 2017-04-05 21:57:09 -04:00
parent c765a5078c
commit 8d282fc185

View file

@ -3,6 +3,7 @@ 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
script:
- make test