Completed
Push — master ( 97ba20...eac1d0 )
by Valentin
02:31
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