You are here

drupalci.yml in Taxonomy Term Depth 8.2

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

File

drupalci.yml
View source
  1. build:
  2. assessment:
  3. validate_codebase:
  4. phplint: { }
  5. container_composer:
  6. options: ' install --prefer-dist --no-progress --no-interaction'
  7. halt-on-fail: true
  8. #container_command:
  9. # commands:
  10. # - 'sudo -u www-data /usr/local/bin/composer require drupal/simpletest-simpletest dev-3.x --prefer-source --prefer-stable --no-suggest --no-interaction --working-dir /var/www/html'
  11. csslint:
  12. halt-on-fail: false
  13. eslint:
  14. halt-on-fail: false
  15. phpcs:
  16. sniff-all-files: false
  17. halt-on-fail: false
  18. coder-version: ^8.2@stable
  19. testing:
  20. run_tests.standard:
  21. types: 'Simpletest,PHPUnit-Functional'
  22. testgroups: '--all'
  23. color: true
  24. die-on-fail: false
  25. keep-results: true
  26. keep-results-table: false
  27. verbose: false
  28. concurrency: 0
  29. halt-on-fail: false
  30. repeat: 1
  31. suppress-deprecations: true
  32. nightwatchjs: { }