Update .travis.yml (add 25.2 test + more debug output)
This commit is contained in:
parent
af3b6ee7e0
commit
a8ac2388d1
1 changed files with 6 additions and 2 deletions
|
@ -2,8 +2,12 @@ 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
|
||||
- evm install $EVM_EMACS --use --skip
|
||||
- cp init.example.el init.el
|
||||
- YES=1 make install
|
||||
env:
|
||||
- EVM_EMACS=emacs-25.1-travis
|
||||
- EVM_EMACS=emacs-25.2-travis
|
||||
script:
|
||||
- make test
|
||||
- emacs --version
|
||||
- DEBUG=1 make test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue