From fb612ab6c28402781bba31f65ac1dca2cc37ec66 Mon Sep 17 00:00:00 2001 From: owenbush <ojb@ukhhf.co.uk> Date: Fri, 24 Apr 2020 16:14:19 -0600 Subject: [PATCH] Use group version 1.x-dev as it is the only D9 ready version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 75295b3..ec9c9dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ before_script: - COMPOSER_MEMORY_LIMIT=-1 composer require drupal/field_inheritance - COMPOSER_MEMORY_LIMIT=-1 composer require drush/drush:^$DRUSH_VER - COMPOSER_MEMORY_LIMIT=-1 composer require mglaman/drupal-check --dev - - COMPOSER_MEMORY_LIMIT=-1 composer require drupal/group + - COMPOSER_MEMORY_LIMIT=-1 composer require drupal/group:1.x-dev - cd $DRUPAL_ROOT -- GitLab