diff --git a/drupalci.yml b/drupalci.yml index f76cff677f54edd080197240c4bbee84303b604f..7286c3ba56786e1db97341e19cdba85a69fd139c 100644 --- a/drupalci.yml +++ b/drupalci.yml @@ -5,10 +5,6 @@ build: validate_codebase: phplint: container_composer: - csslint: - halt-on-fail: true - eslint: - halt-on-fail: true phpcs: # phpcs will use core's specified version of Coder. sniff-all-files: true @@ -22,8 +18,3 @@ build: types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional' testgroups: '--all' suppress-deprecations: false - run_tests.js: - types: 'PHPUnit-FunctionalJavascript' - testgroups: '--all' - suppress-deprecations: false - nightwatchjs: { }