A fork of potaka/bbcode to handle future maintenance
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
284B

  1. language: php
  2. php:
  3. - 7.2
  4. - 7.3
  5. - 7.4
  6. before_script:
  7. - phpenv rehash
  8. script:
  9. - composer install --prefer-dist
  10. - vendor/bin/phpunit -c tests/phpUnit/phpunit.xml --no-coverage
  11. matrix:
  12. allow_failures:
  13. notifications:
  14. on_success: never
  15. on_failure: always