Fixed the supported symfony versions on travis

This commit is contained in:
Christophe Coevoet
2013-10-29 12:11:35 +01:00
parent d4e493f29d
commit 253d919b42

View File

@@ -6,13 +6,13 @@ php:
- 5.5
env:
- SYMFONY_VERSION='2.1.*'
- SYMFONY_VERSION='2.2.*'
- SYMFONY_VERSION='2.3.*@dev'
- SYMFONY_VERSION='2.3.*'
- SYMFONY_VERSION='2.4.*@dev'
matrix:
allow_failures:
- env: "SYMFONY_VERSION='2.3.*@dev'"
- env: "SYMFONY_VERSION='2.4.*@dev'"
before_script:
- curl http://getcomposer.org/installer | php