From d0849078aed98c0d63395a70fd308739f7019f4d Mon Sep 17 00:00:00 2001 From: Kevin Wenger Date: Fri, 1 May 2020 15:37:58 +0200 Subject: [PATCH] update travis integration --- .travis.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b4eab7..3cabf11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,18 +8,16 @@ language: php sudo: false php: - - 7.1 + - 7.3 services: - mysql matrix: include: - - name: PHP 7.1 & MySQL 5.7, D8.7 - php: 7.1 + - name: D8.7 env: DRUPAL_TI_RUNNERS="phpunit-core" DRUPAL_TI_CORE_BRANCH="8.7.x" - - name: PHP 7.1 & MySQL 5.7, D8.8 - php: 7.1 + - name: D8.8 env: DRUPAL_TI_RUNNERS="phpunit-core" DRUPAL_TI_CORE_BRANCH="8.8.x" env: @@ -42,7 +40,7 @@ env: - DRUPAL_TI_ENVIRONMENT="drupal-8" # The drush version to use, by default: drush/drush:8.0.* - # - DRUPAL_TI_DRUSH_VERSION="drush/drush:~9.0" + - DRUPAL_TI_DRUSH_VERSION="drush/drush:^10.1.1" # Switch to 8.7.x versions instead of 8.1.x by default. - DRUPAL_TI_CORE_BRANCH="8.7.x" @@ -78,6 +76,7 @@ env: - DRUPAL_TI_BEHAT_BROWSER="firefox" # PHPUnit specific commandline arguments. + - DRUPAL_TI_PHPUNIT_VERSION="^7.0" - DRUPAL_TI_PHPUNIT_ARGS="" # Specifying the phpunit-core src/ directory is useful when e.g. a vendor/ # directory is present in the module directory, which phpunit would then @@ -113,7 +112,9 @@ mysql: before_install: - composer self-update - cd ./tests - - composer global require "lionsad/drupal_ti:dev-master#9f26af8" + - composer global config repositories.repo-name git https://github.com/wengerk/drupal_ti + - composer global require "lionsad/drupal_ti:dev-add-drupal-9-support" +# - composer global require "lionsad/drupal_ti:dev-master" - drupal-ti before_install install: