mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-24 11:48:13 +00:00
7 lines
72 B
YAML
7 lines
72 B
YAML
language: php
|
|
php:
|
|
- 5.4
|
|
script:
|
|
- composer install
|
|
- phpunit -v
|