diff --git a/phpci.yml b/phpci.yml new file mode 100644 index 00000000..9a77a52e --- /dev/null +++ b/phpci.yml @@ -0,0 +1,15 @@ +setup: + composer: + action: "install" + +ignore: + - "vendor/" + +test: + php_mess_detector: + allow_failures: true + php_code_sniffer: + standard: "PSR2" + allow_failures: true + php_cpd: + allow_failures: true \ No newline at end of file