diff --git a/phpci.yml b/phpci.yml index 1975f1eff..2978796e3 100644 --- a/phpci.yml +++ b/phpci.yml @@ -98,6 +98,9 @@ test: # Run tests - "locale" - "application/config" - "application/views" + # Global ignore is overwritten by the specific one + - "vendor" + - "tests" allow_failures: true php_code_sniffer: # Code sniffer standard: "tests/codesniffer/FHComplete"