Skip to content

Commit

Permalink
Removed sudo from pecl
Browse files Browse the repository at this point in the history
  • Loading branch information
WelterRocks committed Oct 18, 2020
1 parent 5270fb0 commit daf896c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ notifications:
email:
on_success: never
before_script:
- sudo pecl install mosquitto
- pecl install mosquitto
- echo "extension=mosquitto.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- composer install
script:
Expand Down

0 comments on commit daf896c

Please sign in to comment.