From 97848ca0d05bb1a648b024bd18ec0fc31214c738 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 17 Dec 2014 14:23:00 +0100 Subject: [PATCH] Removed the testing on Symfony dev-master dev-master is Symfony 3.0, and we are not yet marking it as compatible --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 02f3ab8..a83f9b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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