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"
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: general: linefeed_character: return-newline build: true