From 3ab44f632fbb8669d63faad33acf4aa93f9046b2 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Tue, 27 Oct 2020 15:07:04 +0300 Subject: [PATCH] Issue #3179132: Change Automated Functional Acceptance Testing to be Drupal 9 compatible one the Varbase 9.0.x branch --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed799d4b..4eb60c8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,7 +110,6 @@ install: - drush pm-enable social_auth_facebook --yes - drush pm-enable social_auth_twitter --yes - drush pm-enable social_auth_linkedin --yes - - drush pm-enable varbase_content_planner --yes - drush config-set system.performance css.preprocess 0 --yes - drush config-set system.performance js.preprocess 0 --yes - drush config-set system.logging error_level all --yes -- GitLab