mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Better travis-ci config
This commit is contained in:
parent
46275a51be
commit
32183f2618
13
.travis.yml
13
.travis.yml
@ -5,8 +5,19 @@ php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
|
||||
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
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
|
||||
- composer update
|
||||
|
||||
script: phpunit
|
||||
script: phpunit --coverage-text
|
||||
|
Loading…
x
Reference in New Issue
Block a user