From f61fe48f85dde3436dc6ead40f785757bc85fc82 Mon Sep 17 00:00:00 2001 From: Christian Fritsch Date: Wed, 12 Feb 2020 15:44:31 +0100 Subject: [PATCH] build: use drupal-testing --- .travis.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index c6deabf..731ebdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ cache: - "$HOME/.npm" php: - - 7.2 + - 7.3 branches: only: @@ -22,20 +22,23 @@ env: global: - PATH="$PATH:$HOME/.composer/vendor/bin" matrix: - - DRUPAL_TRAVIS_TEST_GROUP="dcx" - - DRUPAL_TRAVIS_TEST_GROUP="dcx_integration" + - DRUPAL_TESTING_TEST_GROUP="dcx" + - DRUPAL_TESTING_TEST_GROUP="dcx_integration" matrix: exclude: - - env: DRUPAL_TRAVIS_TEST_GROUP="dcx_integration" DCX_URL="" + - env: DRUPAL_TESTING_TEST_GROUP="dcx_integration" DCX_URL="" before_install: - - composer global require thunder/travis + - composer global require thunder/drupal-testing install: - test-drupal-project prepare_build - composer require digicol/dcx-sdk-php:^2.0 --no-update --working-dir=/tmp/test/dcx_integration/install +before_script: + - phpenv config-rm xdebug.ini + script: - test-drupal-project