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

Commit

Permalink
Remove unneeded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Jan 29, 2021
1 parent 7dde059 commit d82cc5b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
- run:
name: Install Ruby dependencies
command: |
gem install json
gem install simplecov
gem install codecov
gem install bashcov
gem install codecov
- shellcheck/install
- run:
name: Run Tests
Expand Down

0 comments on commit d82cc5b

Please sign in to comment.