You are here

drupalci.yml in Simple XML sitemap 8.3

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

File

drupalci.yml
View source
  1. build:
  2. assessment:
  3. validate_codebase:
  4. phplint:
  5. container_composer:
  6. phpcs:
  7. # phpcs will use core's specified version of Coder.
  8. sniff-all-files: true
  9. halt-on-fail: false
  10. testing:
  11. # run_tests task is executed several times in order of performance speeds.
  12. # halt-on-fail can be set on the run_tests tasks in order to fail fast.
  13. # suppress-deprecations is false in order to be alerted to usages of
  14. # deprecated code.
  15. run_tests.standard:
  16. types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
  17. testgroups: '--all'
  18. suppress-deprecations: false
  19. run_tests.js:
  20. types: 'PHPUnit-FunctionalJavascript'
  21. testgroups: '--all'
  22. suppress-deprecations: false
  23. nightwatchjs: { }