From 3dfa95b9cd44b4d8a7a6fd3650537f568099b9ed Mon Sep 17 00:00:00 2001 From: Paolo Date: Wed, 5 Jun 2019 16:35:18 +0200 Subject: [PATCH] Changed phpci.yml --- phpci.yml | 3 +++ 1 file changed, 3 insertions(+) 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"