.travis.yml 117 B

123456789101112
  1. language: php
  2. php:
  3. - 7.2
  4. - 7.3
  5. - 7.4
  6. matrix:
  7. fast_finish: true
  8. script:
  9. - phpunit -c ./tests/phpunit.xml