Remove DEBUG=1 from travis build

This commit is contained in:
Henrik Lissner 2017-06-28 18:02:15 +02:00
parent ba7bc03cf6
commit 25fb52e317
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -12,4 +12,4 @@ env:
- EVM_EMACS=emacs-25.2-travis - EVM_EMACS=emacs-25.2-travis
script: script:
- emacs --version - emacs --version
- DEBUG=1 make test - make test