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