From 4989b0e4e908cf87ce79e74feed0d71a1ec7feb4 Mon Sep 17 00:00:00 2001 From: CactusPuppy Date: Thu, 18 Mar 2021 17:23:12 -0700 Subject: [PATCH] Avoid installing Ruby in finalize stage --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 60fd1b3d..0205ad21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,6 +97,7 @@ jobs: paths: - coverage/codeclimate.5.json - stage: finalize + language: minimal before_install: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > $CCTR - chmod +x $CCTR