Commit a6549118b51b95e16cf8342cc35b5126dfba1c88
1 parent
0014326d
Exists in
spb-stable
and in
2 other branches
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,6 +17,8 @@ env: | ||
17 | - TASK=jasmine:ci DB=postgresql | 17 | - TASK=jasmine:ci DB=postgresql |
18 | before_install: | 18 | before_install: |
19 | - sudo apt-get install libicu-dev -y | 19 | - sudo apt-get install libicu-dev -y |
20 | +install: | ||
21 | + - "bundle install --deployment --without production" | ||
20 | branches: | 22 | branches: |
21 | only: | 23 | only: |
22 | - 'master' | 24 | - 'master' |