Completed
Push — master ( b911bd...935e14 )
by Magnus
02:07
created

Checkout Config

checks:
    javascript: true

build:
    environment:
        node: '8.6.0'
        timezone: 'Europe/Stockholm'
    tests:
        override:
            -
                command: 'npm run test-scrutinizer'
                coverage:
                    file: 'build/coverage/clover.xml'
                    format: 'clover'

Repository Config

checks:
    javascript: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
        tests: true