Skip to content

Commit

Permalink
build: use drupal-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrfritsch authored Feb 12, 2020
1 parent f22ee3e commit f61fe48
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cache:
- "$HOME/.npm"

php:
- 7.2
- 7.3

branches:
only:
Expand All @@ -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

Expand Down

0 comments on commit f61fe48

Please sign in to comment.