You are here

drupalci.yml in Accelerated Mobile Pages (AMP) 7

File

drupalci.yml
View source
  1. # This is the DrupalCI testbot build file for Drupal core.
  2. # Learn to make one for your own drupal.org project:
  3. # https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing
  4. build:
  5. assessment:
  6. validate_codebase:
  7. container_composer:
  8. halt-on-fail: false
  9. phplint: { }
  10. phpcs:
  11. start_directory: null
  12. sniff-all-files: false
  13. halt-on-fail: false
  14. coder-version: ~8.2.12@stable
  15. eslint:
  16. halt-on-fail: false
  17. testing:
  18. run_tests_d7:
  19. testgroups: '--all'
  20. types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
  21. color: true
  22. die-on-fail: false
  23. keep-results: true
  24. keep-results-table: false
  25. verbose: true
  26. concurrency: 0
  27. halt-on-fail: false
  28. repeat: 1
  29. suppress-deprecations: true