From 40527949364d78a103612b0e4da56603ec731e8a Mon Sep 17 00:00:00 2001 From: owenbush <ojb@ukhhf.co.uk> Date: Mon, 3 Aug 2020 15:18:30 -0600 Subject: [PATCH] Drop php 7.1 support in the tests, fix issue with fullcalendar_view --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c6e7fef..e8bb2e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ language: php sudo: true php: - - 7.1 - 7.2 - 7.3 @@ -23,8 +22,6 @@ env: matrix: fast_finish: true exclude: - - php: 7.1 - env: DRUPAL_CORE=9.0.x DRUSH_VER=10.0 - php: 7.2 env: DRUPAL_CORE=9.0.x DRUSH_VER=10.0 @@ -62,7 +59,7 @@ before_script: # fullcalendar_view, tests fail if those modules do not exist, so here we add # them manually to prevent failing tests. - COMPOSER_MEMORY_LIMIT=-1 composer require drupal/group:1.x-dev - - COMPOSER_MEMORY_LIMIT=-1 composer require fullcalendar_view + - COMPOSER_MEMORY_LIMIT=-1 composer require drupal/fullcalendar_view - cd $DRUPAL_ROOT -- GitLab