Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Try with drush 8.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
composer-lock-update committed Sep 27, 2018
1 parent b09d781 commit 147254b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ defaults: &defaults
version: 2
jobs:
# @todo: common initialization: 'composer install' for the site-under-test
build:
lint:
<<: *defaults
steps:
- checkout
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
name: run unit tests
command: composer -n unit-test

build_deploy_and_test:
functional:
<<: *defaults
steps:
- checkout
Expand Down Expand Up @@ -132,9 +132,9 @@ jobs:

workflows:
version: 2
build_and_test:
test:
jobs:
# Install dev dependencies and do simple tests (sniff, unit tests, etc.)
- build
- lint
# Build deploy and test on target platform
- build_deploy_and_test
- functional
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"drupal/config_direct_save": "^1.0",
"drupal/config_installer": "^1.0",
"drupal/console": "^1",
"drush/drush": "dev-preserve-contrib-dir-backport",
"drush/drush": "8.x-dev",
"drupal/core": "^8",
"drupal/simple_block": "^1.0@beta",
"drush-ops/behat-drush-endpoint": "dev-allow-8",
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 147254b

@pantheon-upstream
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created multidev environment ci-example-d8-composer#pr-168.

Visit Site

Please sign in to comment.