Browse Source

Submit to coveralls only after successful build

Rafał Pitoń 11 years ago
parent
commit
ef4bd6bb08
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -5,4 +5,5 @@ install:
   - pip install coveralls
   - pip install coveralls
 script:
 script:
   - coverage run --source=misago setup.py test
   - coverage run --source=misago setup.py test
+after_success:
   - coveralls
   - coveralls