branch: externals/bnf-mode commit 724045574714cbd8ea732fb0fb656c05153ba218 Author: Serghei Iakovlev <serg...@phalconphp.com> Commit: Serghei Iakovlev <serg...@phalconphp.com>
Improved test reporting --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 623e8a8..eb8b1f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,7 @@ script: - make init # The 'checkdoc-file' present on Emacs >= 25.1 - '[[ "$EMACS_MAJOR_VERSION" = "24" ]] || make checkdoc' - - make test + - TESTFLAGS="--reporter ert+duration" make test notifications: email: false