Skip to content

Commit

Permalink
Added after_success section to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
creafz committed Nov 3, 2014
1 parent b286cbd commit 6b29d77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -18,4 +18,7 @@ install:
- pip install coveralls

script:
- coverage run runtests.py --source social_widgets
- coverage run runtests.py --source social_widgets

after_success:
- coveralls

0 comments on commit 6b29d77

Please sign in to comment.