NelmioApiDocBundle/.travis.yml

24 lines
415 B
YAML
Raw Normal View History

2012-04-19 18:51:53 +02:00
language: php
php:
- 5.3
- 5.4
2013-10-29 14:40:30 +01:00
- 5.5
2012-04-19 18:51:53 +02:00
2013-11-14 11:09:27 +01:00
env:
- SYMFONY_VERSION=2.1.*
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=dev-master
matrix:
allow_failures:
- env: SYMFONY_VERSION=dev-master
2012-04-19 18:51:53 +02:00
before_script:
2013-11-14 11:09:27 +01:00
- composer self-update
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
- composer update
2012-04-19 18:51:53 +02:00
2013-11-14 11:09:27 +01:00
script: phpunit --coverage-text