Skip to content

Commit

Permalink
.circleci/config.yml: Add missing ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Jul 4, 2019
1 parent 7f58e2f commit 9fba4c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
docker:
- image: kcov/kcov
steps:
- run: apt-get update
- run: apt-get install -y ca-certificates
- checkout
- run: ./shellspec --task fixture:stat:prepare
- run: ./shellspec --kcov
Expand Down

0 comments on commit 9fba4c9

Please sign in to comment.