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
|
- 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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue