os: - linux language: php dist: bionic jobs: include: - php: 7.4 - php: 7.3 - php: 7.2 before_install: - composer selfupdate before_script: - composer install - composer check-platform-reqs --no-dev script: - ./vendor/phpunit/phpunit/phpunit notifications: emails: - tomk79@gmail.com on_success: always on_failure: always