mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
13 lines
171 B
YAML
13 lines
171 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3.2
|
|
- 5.3
|
|
- 5.4
|
|
|
|
before_script:
|
|
- wget -nc http://getcomposer.org/composer.phar
|
|
- php composer.phar install
|
|
|
|
script: phpunit
|