Skip to content
Snippets Groups Projects
Commit 6c6f0d2c authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3194401: Switch to CircleCI as the default automated testing platform

parent 83e76d00
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,11 @@ jobs:
- run:
name: Install PHP extra
command: |
sudo -E docker-php-ext-install zip
sudo -E docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd
sudo -E docker-php-ext-install zip mbstring bcmath pdo pdo_mysql xml cgi cli common curl gd imap intl pspell sqlite3 tidy opcache json bz2 readline xmlrpc enchant xsl
sudo -E docker-php-ext-install bcmath pdo_mysql
sudo -E docker-php-ext-install gd
sudo -E docker-php-ext-install mbstring xml cgi cli common curl imap intl pspell sqlite3 tidy opcache json bz2 readline xmlrpc enchant xsl
sudo service apache2 restart
## Change PHP Configurations.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment