EVOLUTION-MANAGER
Edit File: phpci.yml
build_settings: clone_depth: 1 # depth of 1 is a shallow clone, remove this line to clone entire repo verbose: false ignore: - "vendor" - "tests" - "third_party" - "tmp" - "framework" - "upload" - "docs" - "application/third_party" - "locale" mysql: host: "localhost" user: "root" pass: "" setup: # mysql: # - "DROP DATABASE IF EXISTS test;" # - "CREATE DATABASE test;" # - "GRANT ALL PRIVILEGES ON test.* TO test@'localhost' IDENTIFIED BY 'test';" # composer: # action: "install" test: # php_unit: # config: # - "PHPUnit-all.xml" # - "PHPUnit-ubuntu-fix.xml" # directory: # - "tests/" # run_from: "phpunit/" # coverage: "tests/logs/coverage" php_mess_detector: allow_failures: false suffixes: - "php" # php_code_sniffer: # standard: "PSR2" # php_cpd: # allow_failures: true # grunt: # task: "build" complete: # mysql: # - "DROP DATABASE IF EXISTS test;"