diff --git a/.travis.yml b/.travis.yml index 8aec37c..e25845f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,7 @@ install: - pip install coveralls script: - - coverage run runtests.py --source social_widgets \ No newline at end of file + - coverage run runtests.py --source social_widgets + +after_success: + - coveralls \ No newline at end of file