Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit d82cc5b

Browse files
committed
Remove unneeded deps
1 parent 7dde059 commit d82cc5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ jobs:
1313
- run:
1414
name: Install Ruby dependencies
1515
command: |
16-
gem install json
17-
gem install simplecov
18-
gem install codecov
1916
gem install bashcov
17+
gem install codecov
2018
- shellcheck/install
2119
- run:
2220
name: Run Tests

0 commit comments

Comments
 (0)