Skip to content

Commit

Permalink
Merge branch 'hotfix/2.11.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Oct 26, 2020
2 parents 26d4492 + 3cb35a7 commit 99fa6b4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 21 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:

before_install:
- nvm use 12.13.1
- composer self-update 1.10.16
- ../orca/bin/travis/self-test/before_install.sh
- ../orca/bin/travis/before_install.sh

Expand Down
17 changes: 0 additions & 17 deletions bin/composer/post_root_package_install.sh

This file was deleted.

3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@
"post-update-cmd": [
"@composer normalize"
],
"post-root-package-install": [
"./bin/composer/post_root_package_install.sh"
],
"cghooks": "cghooks --ansi",
"coverage": "phpunit --coverage-html var/coverage-report; open var/coverage-report/index.html",
"phpcbf": "phpcbf",
Expand Down
2 changes: 1 addition & 1 deletion config/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.11.2
v2.11.3
2 changes: 2 additions & 0 deletions example/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ jobs:
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.10.16
- composer create-project --no-dev acquia/orca ../orca "$ORCA_VERSION"
- ../orca/bin/travis/before_install.sh

Expand Down

0 comments on commit 99fa6b4

Please sign in to comment.