Remove useless env variable in travis config

This commit is contained in:
William DURAND 2013-01-11 21:47:45 +01:00
parent ef60f17382
commit 81c940b4e6

View file

@ -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