Test Setup Failed
Push — test ( f9d03d...c660ea )
by Jonathan
04:00 queued 35s
created

Checkout Config

checks:
    javascript: true
    php: true

filter:
    excluded_paths:
        - tests/*
        - vendor/*
        - build/*
        - resources/compiled/*

build:
    environment:
        php:
            version: 7.2
    dependencies:
        override:
            - npm i -g [email protected] # this should be deleted once 5.7 is out of pre-release
            - composer global require phpstan/phpstan
            - composer install
            - ls -la
            - ls -la .bundle/
            - ls -la ~
            - ls -la ~/.bundle/
            - ls vendor/
            - ls vendor/bundle/
            - ls vendor/bundle/ruby/
            - ls vendor/bundle/ruby/1.9.1/
            - ls vendor/bundle/ruby/1.9.1/gems
            - chmod -R 744 ~/.bundle
            - chmod -R 744 .bundle
            - chmod -R 744 vendor/bundle
            - bundler install
    tests:
        override:
            -
                command: php ./vendor/bin/phpunit -d error_reporting=-1 tests
                coverage:
                    file: /tmp/coverage/kint.clover.xml
                    format: clover

Repository Config

# language:
checks:
    php: true
    javascript: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run
                    -
                        command: scss-lint-run
                        use_website_config: true