language: php

php:
  - 7.1
  - 7.2
  - 7.3

install:
  - composer self-update
  - composer install

script:
  phpunit