You are here

drupalci.yml in Ridiculously Responsive Social Sharing Buttons 8.2

File

drupalci.yml
View source
  1. build:
  2. assessment:
  3. validate_codebase:
  4. phplint:
  5. container_composer:
  6. csslint:
  7. eslint:
  8. phpcs:
  9. testing:
  10. run_tests.standard:
  11. types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
  12. # Test for Drupal 9 compatibility
  13. suppress-deprecations: false
  14. run_tests.js:
  15. concurrency: 1
  16. types: 'PHPUnit-FunctionalJavascript'
  17. # Test for Drupal 9 compatibility
  18. suppress-deprecations: false
  19. nightwatchjs: