language: php dist: trusty php: - '5.5' - '5.6' - '7.0' - '7.1' - '7.2' before_script: - composer install script: - composer test-all