You are here

drupalci.yml in Menu Link (Field) 8

Same filename and directory in other branches
  1. 2.0.x drupalci.yml

File

drupalci.yml
View source
  1. build:
  2. assessment:
  3. validate_codebase:
  4. phplint:
  5. container_composer:
  6. csslint:
  7. eslint:
  8. phpcs:
  9. # phpcs will use core's specified version of Coder.
  10. sniff-all-files: true
  11. halt-on-fail: false
  12. testing:
  13. run_tests.standard:
  14. types: 'PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
  15. # Test for Drupal 9 compatibility
  16. suppress-deprecations: false