You are here

drupalci.yml in Popup 8

File

drupalci.yml
View source
  1. # This is the drupalci.yml file for the Examples project.
  2. # Learn how to make your own:
  3. # https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing-for-projects
  4. # This drupalci.yml build file should almost exactly mirror the default contrib
  5. # build used by the testbot. We are only adding the
  6. # 'suppress-deprecations: false' config to the run_tests tasks. This is so we
  7. # can catch Drupal core deprecations early.
  8. build:
  9. assessment:
  10. validate_codebase:
  11. phplint:
  12. csslint:
  13. eslint:
  14. phpcs:
  15. testing:
  16. run_tests.standard:
  17. types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
  18. suppress-deprecations: false
  19. run_tests.js:
  20. concurrency: 1
  21. types: 'PHPUnit-FunctionalJavascript'
  22. suppress-deprecations: false