drupalci.yml in Accelerated Mobile Pages (AMP) 7
File
drupalci.yml
View source
- # This is the DrupalCI testbot build file for Drupal core.
- # Learn to make one for your own drupal.org project:
- # https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing
- build:
- assessment:
- validate_codebase:
- container_composer:
- halt-on-fail: false
- phplint: { }
- phpcs:
- start_directory: null
- sniff-all-files: false
- halt-on-fail: false
- coder-version: ~8.2.12@stable
- eslint:
- halt-on-fail: false
- testing:
- run_tests_d7:
- testgroups: '--all'
- types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
- color: true
- die-on-fail: false
- keep-results: true
- keep-results-table: false
- verbose: true
- concurrency: 0
- halt-on-fail: false
- repeat: 1
- suppress-deprecations: true