Completed
Pull Request — master (#1)
by
unknown
04:15
created

Checkout Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    external_code_coverage: true
    php_cs_fixer:
            config: { level: psr2 } # or psr1 if you would just like to get fixes for PSR1
    php_code_sniffer:
            config:
                standard: "PSR2"

filter:
    excluded_paths:
        - 'tests/*'

build:
    environment:
        php:
            version: 5.6

    tests:
        override:
            - phpunit # <- running with 5.6
            - phpenv global 7.0.8 && phpenv rehash
            - phpunit # <- running with 7.0

Repository Config

# language: php