dist: trusty language: php dist: trusty php: - '7.4' - '7.3' - '7.2' - '7.1' before_install: - composer update script: - composer validate - vendor/bin/phpunit --version - vendor/bin/phpunit --configuration tests/phpunit.xml notifications: email: recipients: - will.knauss@gmail.com on_success: never on_failure: always