Dont install production gems for travis
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
0014326ded
commit
a6549118b5
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue