Passed
Push — master ( f5461a...8a23ee )
by Jonathan
02:03
created

Checkout Config

inherit: true

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths:
    - src/*

build:
    nodes:
        php56:
            environment:
                php: '5.6'
            tests:
                override:
                    -
                        command: composer test
                        coverage:
                            file: build/phpunit/clover.xml
                            format: php-clover
        php71:
            environment:
                php: '7.1'
            tests:
                override:
                    -
                        command: composer test
                        coverage:
                            file: build/phpunit/clover.xml
                            format: php-clover

Repository Config

# language: php

# tests: true