Removed the branch restriction on Travis to make it run again
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user