From a6549118b51b95e16cf8342cc35b5126dfba1c88 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 16 Jun 2014 17:23:38 +0300 Subject: Dont install production gems for travis Signed-off-by: Dmitriy Zaporozhets --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c90bba8deea..8bb2da5e51e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,8 @@ env: - TASK=jasmine:ci DB=postgresql before_install: - sudo apt-get install libicu-dev -y +install: + - "bundle install --deployment --without production" branches: only: - 'master' -- cgit v1.2.3