mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
9 lines
86 B
YAML
9 lines
86 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.5
|
|
- 5.4
|
|
- 5.3
|
|
|
|
before_script:
|
|
- composer --dev install |