6 строки
69 B
YAML
6 строки
69 B
YAML
|
language: php
|
||
|
php:
|
||
|
- 5.4
|
||
|
before_script:
|
||
|
- composer install --dev
|