Skip to content

v3.5.0

Compare
Choose a tag to compare
@TravisCarden TravisCarden released this 11 Feb 10:51
· 670 commits to develop since this release
6984fd8

This release requires the following change to your .travis.yml:

before_install:
  # Set Node.js to a version compatible with Drupal 9 + Nightwatch.js.
  - nvm use 12.13.1
  # Force the build to use Composer 1 until the ecosystem is ready for v2.
- - composer self-update --1
  - composer create-project --no-dev acquia/orca ../orca "$ORCA_VERSION"
  - ../orca/bin/travis/before_install.sh
  # For custom testing needs, add your own scripts here. See the example script

Implemented enhancements: