diff --git a/.travis.yml b/.travis.yml index e0c7efc..ec55158 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ install: - "pip install coveralls" script: - "coverage run --source=vdirsyncer/,tests/ --module pytest" -after_success: - "coverage report --show-missing" - "coveralls"