Removed the branch restriction on Travis to make it run again
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user