mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-12 16:34:22 +01:00
7 lines
68 B
YAML
7 lines
68 B
YAML
|
language: php
|
||
|
|
||
|
php:
|
||
|
- 5.3
|
||
|
- 5.4
|
||
|
|
||
|
script: phpunit --coverage-text
|