diff --git a/phpci.yml b/phpci.yml index c53ea9b6..2cdd1ee2 100644 --- a/phpci.yml +++ b/phpci.yml @@ -6,6 +6,10 @@ build_settings: - "PHPCI/Command" # PHPMD complains about un-used parameters, but they are required. - "public/install.php" # PHPCS really doesn't like PHP mixed with HTML (and so it shouldn't) +setup: + composer: + action: "install" + test: php_mess_detector: allowed_warnings: 35 # Set max warnings at the current level - Disallow any further errors creeping in.