.travis.yml: add init.el
This commit is contained in:
parent
c765a5078c
commit
8d282fc185
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ sudo: false
|
||||||
before_install:
|
before_install:
|
||||||
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
|
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
|
||||||
- evm install emacs-25.1-travis --use --skip
|
- evm install emacs-25.1-travis --use --skip
|
||||||
|
- cp init.example.el init.el
|
||||||
- YES=1 make
|
- YES=1 make
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue