mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Use bin/doom in travis.yml
This commit is contained in:
@ -11,10 +11,10 @@ before_install:
|
||||
- evm install $EVM_EMACS --use --skip
|
||||
- mkdir -p ~/.config/doom
|
||||
- cp init.test.el ~/.config/doom/init.el
|
||||
- INSECURE=1 YES=1 make install
|
||||
- bin/doom -y -i -d refresh
|
||||
env:
|
||||
- EVM_EMACS=emacs-25.3-travis
|
||||
- EVM_EMACS=emacs-26.1-travis
|
||||
script:
|
||||
- emacs --version
|
||||
- DEBUG=1 make test
|
||||
- bin/doom version
|
||||
- bin/doom -d test
|
||||
|
Reference in New Issue
Block a user