2025-09-01 19:47:14 +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