A fork of potaka/bbcode to handle future maintenance
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

20 líneas
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