From 75e3e0aa7e490ddab2bc42bdb275472d27dc71b4 Mon Sep 17 00:00:00 2001 From: Prashant Sinha Date: Tue, 4 Oct 2016 17:05:24 +0530 Subject: [PATCH] Fix travis conf --- .travis.yml | 5 ++--- CHANGELOG.md | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) 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