Skip to content

Commit

Permalink
[Kafka Messenger] Fix scrutinizer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalzombie committed Dec 24, 2021
1 parent 39cb005 commit c52d89c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ build:
tests:
dependencies:
before:
- sudo apt update
- sudo apt install -y librdkafka1 librdkafka-dev
- sudo apt-get install -y librdkafka1 librdkafka-dev
environment:
php:
pecl_extensions:
Expand All @@ -17,8 +16,7 @@ build:
analysis:
dependencies:
before:
- sudo apt update
- sudo apt install -y librdkafka1 librdkafka-dev
- sudo apt-get install -y librdkafka1 librdkafka-dev
environment:
php:
pecl_extensions:
Expand Down

0 comments on commit c52d89c

Please sign in to comment.