Completed
Push — 8.x-1.x ( 989dbd...16d63f )
by Patrick D
06:07
created

Checkout Config

filter:
    excluded_paths:
        - tests/*
        - vendor/*

build:
    environment:
        elasticsearch: "5"
    tests:
        before:
            - cd && git clone https://github.com/drupal/drupal
            - ln -s ../../build drupal/modules/elasticentityquery
            - cd drupal
            - composer require elasticsearch/elasticsearch
            - composer install
            - cd core
        override:
            -
                command: ../vendor/bin/phpunit --group=elasticentityquery --testsuite=unit --coverage-text=$HOME/build/phpunit.report.coverage.xml
                coverage:
                    file: $HOME/build/phpunit.report.coverage.xml
                    format: clover

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 2
        spaces:
            around_operators:
                concatenation: true
build: true

Global Config

build:
    environment:
        variables:
            DOCKER_USERNAME: highwiredockerhub
            DOCKER_PASSWORD: Vixn7RUH1cvTYoLNc