mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
13 lines
238 B
YAML
13 lines
238 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
|
|
before_script:
|
|
- curl -s http://getcomposer.org/installer | php
|
|
- php composer.phar require friendsofsymfony/rest-bundle:dev-master --no-update
|
|
- php composer.phar install --dev
|
|
|
|
script: phpunit
|