Completed
Push — master ( 4ac0d9...ef2077 )
by Valentin
03:17 queued 51s
created

Checkout Config

build:
  environment:
    php: "5.6.9"

  dependencies:
      before:
          - "sudo 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