Removed the testing on Symfony dev-master

dev-master is Symfony 3.0, and we are not yet marking it as compatible
This commit is contained in:
Christophe Coevoet 2014-12-17 14:23:00 +01:00
parent c45dcd955d
commit 97848ca0d0

View file

@ -2,6 +2,7 @@ language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
@ -11,8 +12,6 @@ matrix:
env: SYMFONY_VERSION='2.3.*'
- php: 5.5
env: SYMFONY_VERSION='2.5.*'
- php: 5.5
env: SYMFONY_VERSION='dev-master'
before_script:
- /usr/share/elasticsearch/bin/elasticsearch -v