You are here

drupalci.yml in Scheduler 7

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

File

drupalci.yml
View source
  1. # See docs at https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing-for-projects
  2. build:
  3. assessment:
  4. validate_codebase:
  5. container_composer:
  6. phplint:
  7. phpcs:
  8. sniff-all-files: false
  9. eslint:
  10. csslint:
  11. testing:
  12. run_tests_d7:
  13. testgroups: '--all'
  14. types: 'PHPUnit-Functional'
  15. suppress-deprecations: true