Fixed the supported symfony versions on travis
This commit is contained in:
@@ -6,13 +6,13 @@ php:
|
|||||||
- 5.5
|
- 5.5
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- SYMFONY_VERSION='2.1.*'
|
|
||||||
- SYMFONY_VERSION='2.2.*'
|
- SYMFONY_VERSION='2.2.*'
|
||||||
- SYMFONY_VERSION='2.3.*@dev'
|
- SYMFONY_VERSION='2.3.*'
|
||||||
|
- SYMFONY_VERSION='2.4.*@dev'
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: "SYMFONY_VERSION='2.3.*@dev'"
|
- env: "SYMFONY_VERSION='2.4.*@dev'"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- curl http://getcomposer.org/installer | php
|
- curl http://getcomposer.org/installer | php
|
||||||
|
|||||||
Reference in New Issue
Block a user