We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2882715 commit 165ebdcCopy full SHA for 165ebdc
.travis.yml
@@ -33,6 +33,10 @@ script:
33
- COMPOSER_MEMORY_LIMIT=-1 composer require drupal/token drupal/blazy
34
- ./vendor/bin/phpstan analyze web/modules/contrib/blazy --no-progress || if (($? == 255)); then false; else true; fi
35
36
+ # Check " Cannot redeclare video_embed_media_media_bundle_insert() due to slick_test.module"
37
+ - composer require drupal/video_embed_field drupal/slick
38
+ - ./vendor/bin/phpstan analyze web/modules/contrib/slick --no-progress || if (($? == 255)); then false; else true; fi
39
+
40
cache:
41
directories:
42
- $HOME/.composer/cache
0 commit comments