Skip to content

Commit 33287b3

Browse files
authored
[docker] Add healtcheck config. (#5)
* Run tests with 8.6.x * Improve update instructions (drupal-composer#366)
1 parent bfd7f35 commit 33287b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install:
3636

3737
script:
3838
- if [[ $RELEASE = dev ]]; then composer --verbose remove --no-update drupal/console; fi;
39-
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.5.x-dev webflo/drupal-core-require-dev:8.5.x-dev; fi;
39+
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.6.x-dev webflo/drupal-core-require-dev:8.6.x-dev; fi;
4040
- if [[ $RELEASE = dev ]]; then composer --verbose update; fi;
4141
- cd $TRAVIS_BUILD_DIR/web
4242
- ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ new release of Drupal core.
6161

6262
Follow the steps below to update your core files.
6363

64-
1. Run `composer update drupal/core --with-dependencies` to update Drupal Core and its dependencies.
64+
1. Run `composer update drupal/core webflo/drupal-core-require-dev symfony/* --with-dependencies` to update Drupal Core and its dependencies.
6565
1. Run `git diff` to determine if any of the scaffolding files have changed.
6666
Review the files for any changes and restore any customizations to
6767
`.htaccess` or `robots.txt`.

0 commit comments

Comments
 (0)