Passed
Push — master ( b3e14d...131604 )
by Andru
09:17
created

Checkout Config

filter:
  paths: ["src/main/php/*", "tests/*"]
  excluded_paths: []

build:
    environment:
        php:
            version: 7.2.0
    tests:
        override:
            -
                command: './vendor/bin/phpunit --configuration build/phpunit/phpunit.travis.xml'
                coverage:
                    file: 'build/phpunit/data/clover.xml'
                    format: 'clover'

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php

# tests: true