Removed the branch restriction on Travis to make it run again

This commit is contained in:
Christophe Coevoet
2013-10-29 12:08:04 +01:00
parent ff87f2abe3
commit d4e493f29d

View File

@@ -14,10 +14,6 @@ matrix:
allow_failures:
- env: "SYMFONY_VERSION='2.3.*@dev'"
branches:
only:
- master
before_script:
- curl http://getcomposer.org/installer | php
- php composer.phar require --no-update symfony/symfony=$SYMFONY_VERSION