os: - linux language: php jobs: include: - php: "7.4" - php: "7.3" - php: "7.2" - php: "7.1" - php: "7.0" - php: "5.6" - php: "5.5" dist: trusty - php: "5.4" dist: trusty before_install: - composer selfupdate before_script: - composer install script: - ./vendor/phpunit/phpunit/phpunit notifications: emails: - tomk79@gmail.com on_success: always on_failure: always