From 76c666fbd3720b2b353c6805bee9c66234632b89 Mon Sep 17 00:00:00 2001 From: kakwa Date: Wed, 17 Jun 2015 20:35:09 +0200 Subject: [PATCH] trying to have more logs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2caa2ad..07ce603 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,6 @@ install: - pip install coveralls # command to run tests script: - - coverage run --source=ldapcherry setup.py test + - coverage run --source=ldapcherry setup.py test || cat /var/log/syslog && exit 1 after_success: - coveralls