Commit 2b02ee00 authored by Jonathan Smith's avatar Jonathan Smith Committed by Jonathan Smith
Browse files

Issue #3049585 by jonathan1055: Regex from branches in Travis build

parent e1b28c98
Loading
Loading
Loading
Loading
+1 −1
Changes for .travis.yml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ before_script:
  - if [ "$RULES" == "YES" ]; then travis_retry composer require drupal/rules:"3.x-dev"; fi
  - travis_retry composer require drupal/workbench_moderation
  # Use * because only the dev version of WBMA is compatible with D9. None for D10.
  - if [ "$DRUPAL_CORE" == "9.5.x" ]; then travis_retry composer require drupal/workbench_moderation_actions:*; fi
  - if [[ $DRUPAL_CORE =~ ^(8|9) ]]; then travis_retry composer require drupal/workbench_moderation_actions:*; fi
  - travis_retry composer require commerceguys/addressing
  - travis_retry composer require drupal/commerce