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

OpenCensus - Redis Integration #236

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix Redis build step
  • Loading branch information
Angelos Roussakis committed Apr 17, 2019
commit 245ed7e018b1ac8f922de9a7f977bcd513b45c03
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- run:
name: Install redis extension
command: |
pecl install redis
sudo pecl install redis
sudo docker-php-ext-enable redis
- run:
name: Install mysqli extension
Expand Down