Commit a6549118 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Dont install production gems for travis

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 0014326d
...@@ -17,6 +17,8 @@ env: ...@@ -17,6 +17,8 @@ env:
- TASK=jasmine:ci DB=postgresql - TASK=jasmine:ci DB=postgresql
before_install: before_install:
- sudo apt-get install libicu-dev -y - sudo apt-get install libicu-dev -y
install:
- "bundle install --deployment --without production"
branches: branches:
only: only:
- 'master' - 'master'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment