We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a16ae commit 9ab3f36Copy full SHA for 9ab3f36
1 file changed
.circleci/config.yml
@@ -94,6 +94,7 @@ jobs:
94
- run:
95
name: Initialize CodeClimate
96
command: |
97
+ apt-get update && apt-get install curl -y
98
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc_test_reporter
99
chmod +x ./cc_test_reporter
100
0 commit comments