2025-09-09 13:07:03 +02:00

12 lines
185 B
YAML

language: php
php:
- 5.5
- 5.6
install:
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- composer install
script: phpunit --coverage-text --configuration tests/phpunit.xml