mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 05:27:59 +01:00
9 lines
97 B
YAML
9 lines
97 B
YAML
|
language: php
|
||
|
|
||
|
php:
|
||
|
- 5.3
|
||
|
- 5.4
|
||
|
|
||
|
before_script:
|
||
|
- composer --prefer-source --dev install
|