mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-06 04:18:11 +00:00
7 lines
72 B
YAML
7 lines
72 B
YAML
language: php
|
|
php:
|
|
- 5.6
|
|
script:
|
|
- composer install
|
|
- phpunit -v
|