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

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