Completed
Push — master ( 15102d...4ac0d9 )
by Valentin
02:21
created

Checkout Config

build:
  environment:
    php: '5.6.9'

  dependencies:
      before:
          - 'apt-get install libimage-exiftool-perl'

  tests:
      before:
          - 'phpunit'

before_commands:
    - "composer install --no-interaction --prefer-source"

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            general:
                linefeed_character: return-newline
build: true