language: php sudo: false dist: trusty php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - nightly - hhvm matrix: allow_failures: - php: nightly - php: hhvm before_script: - printf "\n" | pecl install imagick - composer self-update || true - composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader script: vendor/bin/phpunit