From 8b7f0551aefc41564e300522130f37ea95a6be9a Mon Sep 17 00:00:00 2001 From: CactusPuppy Date: Thu, 18 Mar 2021 23:48:06 -0700 Subject: [PATCH] Only upload coverage reports from Travis if based in master --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e3cd9f9a..b35784c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,6 +97,7 @@ jobs: paths: - coverage/codeclimate.5.json - stage: finalize + if: branch = master language: minimal before_install: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > $CCTR