From aed07073af3270d6ec1a3e6342bba2b0ff20c6d0 Mon Sep 17 00:00:00 2001 From: Michail Rybakov Date: Mon, 29 Dec 2014 18:42:41 +0200 Subject: [PATCH] add symfony variable to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4c73040..6d3f5b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ php: - 5.6 env: - SYMFONY="2.6.*" +install: + - composer require --no-update symfony/symfony:${SYMFONY} services: - elasticsearch before_script: