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