Skip to content

Commit 9ab3f36

Browse files
committed
install cURL
1 parent 09a16ae commit 9ab3f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
- run:
9595
name: Initialize CodeClimate
9696
command: |
97+
apt-get update && apt-get install curl -y
9798
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc_test_reporter
9899
chmod +x ./cc_test_reporter
99100
- run:

0 commit comments

Comments
 (0)