 drupalci.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/drupalci.yml b/drupalci.yml
new file mode 100644
index 0000000..58c347d
--- /dev/null
+++ b/drupalci.yml
@@ -0,0 +1,18 @@
+# https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing
+build:
+  assessment:
+    validate_codebase:
+      phpcs:
+        sniff-all-files: true
+        halt-on-fail: true
+    testing:
+      run_tests.phpunit:
+        types: 'PHPUnit-Unit'
+        testgroups: '--all'
+        suppress-deprecations: false
+        halt-on-fail: false
+      run_tests.functional:
+        types: 'PHPUnit-Functional'
+        testgroups: '--all'
+        suppress-deprecations: false
+        halt-on-fail: false
