Skip to content

Commit

Permalink
Run code analysis on CI, but do not fail on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Oct 16, 2013
1 parent a12b83b commit 37e2edf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -17,5 +17,6 @@ install:
script: bin/test
after_success:
- test -v QA && bin/coverage.sh && pip install -q coveralls && coveralls || true
- test -v QA && bin/code-analysis || true
after_failure:
- bin/buildout annotate -c travis.cfg

0 comments on commit 37e2edf

Please sign in to comment.