From d4e493f29ddf7d117e7a27f439f70d7b01c58c74 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 29 Oct 2013 12:08:04 +0100 Subject: [PATCH] Removed the branch restriction on Travis to make it run again --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8fb8119..0f76591 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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