Changed phpci.yml

This commit is contained in:
Paolo
2019-06-05 16:35:18 +02:00
parent 5fde855e12
commit 3dfa95b9cd
+3
View File
@@ -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"