USe the codeclimate gem

This commit is contained in:
Brenda Wallace
2019-11-25 14:03:59 +13:00
parent 5ae4dbaa73
commit 82e2734caa

View File

@@ -46,7 +46,7 @@ script:
after_script:
- >
if [ "${COVERAGE}" = "true" ]; then
gem install codeclimate
gem install codeclimate-test-reporter
codeclimate-test-reporter
fi
- >