File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ install:
36
36
37
37
script :
38
38
- 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;
40
40
- if [[ $RELEASE = dev ]]; then composer --verbose update; fi;
41
41
- cd $TRAVIS_BUILD_DIR/web
42
42
- ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ new release of Drupal core.
61
61
62
62
Follow the steps below to update your core files.
63
63
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.
65
65
1 . Run ` git diff ` to determine if any of the scaffolding files have changed.
66
66
Review the files for any changes and restore any customizations to
67
67
` .htaccess ` or ` robots.txt ` .
You can’t perform that action at this time.
0 commit comments