Commit a6549118b51b95e16cf8342cc35b5126dfba1c88

Authored by Dmitriy Zaporozhets
1 parent 0014326d

Dont install production gems for travis

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
.travis.yml
... ... @@ -17,6 +17,8 @@ env:
17 17 - TASK=jasmine:ci DB=postgresql
18 18 before_install:
19 19 - sudo apt-get install libicu-dev -y
  20 +install:
  21 + - "bundle install --deployment --without production"
20 22 branches:
21 23 only:
22 24 - 'master'
... ...