forked from Gizra/message
-
Notifications
You must be signed in to change notification settings - Fork 0
/
drupalci.yml
24 lines (22 loc) · 812 Bytes
/
drupalci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This is the drupalci.yml file for the Examples project.
# Learn how to make your own:
# https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing-for-projects
# This drupalci.yml build file should almost exactly mirror the default contrib
# build used by the testbot. We are only adding the
# 'suppress-deprecations: false' config to the run_tests tasks. This is so we
# can catch Drupal core deprecations early.
build:
assessment:
validate_codebase:
phplint:
csslint:
eslint:
phpcs:
testing:
run_tests.standard:
types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
suppress-deprecations: true
run_tests.js:
concurrency: 1
types: 'PHPUnit-FunctionalJavascript'
suppress-deprecations: true