mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
13 lines
173 B
YAML
13 lines
173 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- hhvm
|
|
|
|
before_script:
|
|
- composer install
|
|
|
|
script: cd Tests && phpunit --configuration phpunit.xml --coverage-text
|