Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-16 18:23:38 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-16 18:23:38 +0400
commita6549118b51b95e16cf8342cc35b5126dfba1c88 (patch)
tree12690f494b407d7cb180d54679bed39377134d45 /.travis.yml
parent0014326ded8164bbbd12f8411c622d4ee9a1952f (diff)
Dont install production gems for travis
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
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'