Skip to content

Commit

Permalink
trying to enable redis #789
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermednt committed Jun 14, 2018
1 parent 4842464 commit 6b6b177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sensiolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ pre_composer_script: |
sed -i -e "s/database_driver:.*/database_driver: pdo_mysql/" app/config/parameters.yml.dist
sed -i -e "s/database_server_version:.*/database_server_version: 5.6/" app/config/parameters.yml.dist
sudo service redis start
php_ini: |
extension=pdo_mysql.so
extension=zip.so
exclude_patterns:
- batch/*
Expand Down

0 comments on commit 6b6b177

Please sign in to comment.