diff --git a/.travis.yml b/.travis.yml index 961cfdd..dcb7eed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,8 @@ python: - '3.3' - '3.5' - pypy -script: - - python setup.py test - - codeclimate-test-reporter +script: python setup.py test +after_success: codeclimate-test-reporter notifications: email: false slack: noop-fa:zbwZeeSi5kgDshj6FO4BkNZU diff --git a/CHANGELOG.md b/CHANGELOG.md index be65229..a4faff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixed old reference name in a test, which was causing builds to fail. - Many many readme fixes. - Test coverage setup. +- Moved codeclimate test reporting to `after_success` so it won't break forks. ## [0.2.2] - 2016-10-02 ### Fixed