From e8b6311ef7c1c7da6cb1b2743baf5bc2d3923792 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Sun, 31 Jan 2021 22:10:44 +0200 Subject: [PATCH] Issue #3194401: Switch to CircleCI as the default automated testing platform --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3446ddb4..68f3825e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,7 +50,6 @@ jobs: sudo -E docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd sudo -E docker-php-ext-install mbstring bcmath pdo_mysql sudo -E docker-php-ext-install gd - sudo -E docker-php-ext-install xml common curl imap intl json xmlrpc xsl sudo service apache2 restart ## Change PHP Configurations. -- GitLab