Disable debug mode for travis tests

This commit is contained in:
Henrik Lissner
2019-09-03 01:35:48 -04:00
parent 81ee250c09
commit c614beea0b

View File

@ -19,5 +19,5 @@ matrix:
- env: EVM_EMACS=emacs-git-snapshot-travis - env: EVM_EMACS=emacs-git-snapshot-travis
script: script:
- bin/doom version - bin/doom version
- bin/doom -d test - bin/doom test
- bin/doom -y compile - bin/doom -y compile