-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
d9 compatiblity #23
base: 8.x-1.x
Are you sure you want to change the base?
d9 compatiblity #23
Conversation
Issue #3017760: Support drush 9
Co-Authored-By: vijaycs85 <[email protected]>
Co-Authored-By: vijaycs85 <[email protected]>
#3017760 - Support drush 9
- 7.1 | ||
- 7.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this file at all?
@@ -30,11 +31,14 @@ before_install: | |||
install: | |||
- composer global require drupal/coder --prefer-dist -vvv || exit 1 | |||
- phpcs --config-set installed_paths "$COMPOSER_VENDOR_PATH/drupal/coder/coder_sniffer" | |||
- phpenv config-add travis.php.ini | |||
- php -ini | grep memory_limit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can probably go.
- php -ini | grep memory_limit |
@@ -0,0 +1 @@ | |||
memory_limit = -1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we won't use Travis then we can remove this as well.
Issue links
https://www.drupal.org/project/database_sanitize/issues/3168661
Description