You are here

drupalci.yml in Mailchimp 7.4

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

File

drupalci.yml
View source
  1. build:
  2. assessment:
  3. validate_codebase:
  4. container_composer:
  5. halt-on-fail: false
  6. phplint: { }
  7. phpcs:
  8. start_directory: null
  9. sniff-all-files: false
  10. halt-on-fail: false
  11. coder-version: ~8.2.12@stable
  12. eslint:
  13. halt-on-fail: false
  14. testing:
  15. container_command.install-libraries:
  16. commands:
  17. - mkdir -p ${SOURCE_DIR}/sites/all/libraries
  18. - cd ${SOURCE_DIR}/sites/all/libraries && php -r 'copy("https://github.com/thinkshout/mailchimp-api-php/files/1361112/v1.0.8-package.zip", "./mailchimp.zip");$zip = new ZipArchive();$zip->open("./mailchimp.zip", ZIPARCHIVE::CREATE);$zip->extractTo("./mailchimp");'
  19. - cd ${SOURCE_DIR}/sites/all/libraries/mailchimp && composer install --ignore-platform-reqs
  20. run_tests_d7:
  21. testgroups: '--all'
  22. types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
  23. color: true
  24. die-on-fail: false
  25. keep-results: true
  26. keep-results-table: false
  27. verbose: true
  28. concurrency: 0
  29. halt-on-fail: false
  30. repeat: 1
  31. suppress-deprecations: true