diff --git a/.travis.yml b/.travis.yml index b853b1ad1..51fc554e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,5 +23,5 @@ before_script: # command to run tests script: - coverage run manage.py test -#after_success: -# - coveralls +after_success: + - coveralls