scrutinizer-ci/scrutinizer

Disable tests

Opened this issue · 2 comments

I do not need run tests in scrutinizer. But i didnt find this option (disable tests) in docs: https://scrutinizer-ci.com/docs/configuration/build

How fix this trouble?

build:
    tests:
        override:
            command: "php -v"

It works, but... I think u can add this option, like: build: { tests: false }

oops, missclick