travis: disable debug output while installing
This commit is contained in:
parent
13426eecde
commit
46062db978
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ before_install:
|
||||||
- evm install $EVM_EMACS --use --skip
|
- evm install $EVM_EMACS --use --skip
|
||||||
- mkdir -p ~/.config/doom
|
- mkdir -p ~/.config/doom
|
||||||
- cp init.test.el ~/.config/doom/init.el
|
- cp init.test.el ~/.config/doom/init.el
|
||||||
- bin/doom -y -i -d install
|
- bin/doom -y -i install
|
||||||
env:
|
env:
|
||||||
- EVM_EMACS=emacs-25.3-travis
|
- EVM_EMACS=emacs-25.3-travis
|
||||||
- EVM_EMACS=emacs-26.1-travis
|
- EVM_EMACS=emacs-26.1-travis
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue