From 051f385e586cb03fed7da3dbb6860e9ebf4524d0 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Mon, 27 Mar 2017 14:07:21 +0200 Subject: [PATCH] Issue #2864292: [8.4.x] Added [Fast 404] module --- .travis.yml | 3 --- varbase.info.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 057922e4..5878d943 100644 --- a/.travis.yml +++ b/.travis.yml @@ -92,9 +92,6 @@ before_script: # Install Varbase Development feature. # Development Environment Modules and Features, make sure to disable this feature in production. - drush -y en varbase_development -vvv - - # Install entityqueue module. - - drush -y en entityqueue -vvv script: - cd ./profiles/varbase diff --git a/varbase.info.yml b/varbase.info.yml index 0ad388f0..f17ddc95 100644 --- a/varbase.info.yml +++ b/varbase.info.yml @@ -92,7 +92,7 @@ dependencies: - ultimate_cron - content_lock - content_lock_timeout - - fast_404 + - fast404 - imagemagick - imageapi_optimize -- GitLab