From 81c940b4e6c2ddc24ea4cbc1cc2041dd1f31ed8c Mon Sep 17 00:00:00 2001 From: William DURAND Date: Fri, 11 Jan 2013 21:47:45 +0100 Subject: [PATCH] Remove useless env variable in travis config --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06fd4a5..f46c985 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,6 @@ matrix: allow_failures: - php: 5.5 -env: - - SYMFONY_VERSION=origin/master - before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar --dev install