From 82e2734caa62f68f3a6105e0daee2846b320ed99 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Mon, 25 Nov 2019 14:03:59 +1300 Subject: [PATCH] USe the codeclimate gem --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0cda2b910..f9aa1768d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ script: after_script: - > if [ "${COVERAGE}" = "true" ]; then - gem install codeclimate + gem install codeclimate-test-reporter codeclimate-test-reporter fi - >