Commit da238bbdf43daf167859fcc3dd11a0ca79bac225
1 parent
c28786ec
Exists in
master
and in
4 other branches
Remove separate installation of charlock_holmes.
Showing
2 changed files
with
0 additions
and
3 deletions
Show diff stats
.travis.yml
@@ -9,7 +9,6 @@ env: | @@ -9,7 +9,6 @@ env: | ||
9 | - TASK=jasmine:ci | 9 | - TASK=jasmine:ci |
10 | before_install: | 10 | before_install: |
11 | - sudo apt-get install libicu-dev -y | 11 | - sudo apt-get install libicu-dev -y |
12 | - - gem install charlock_holmes -v="0.6.9" | ||
13 | branches: | 12 | branches: |
14 | only: | 13 | only: |
15 | - 'master' | 14 | - 'master' |
doc/install/installation.md
@@ -265,8 +265,6 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. | @@ -265,8 +265,6 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. | ||
265 | 265 | ||
266 | cd /home/git/gitlab | 266 | cd /home/git/gitlab |
267 | 267 | ||
268 | - sudo gem install charlock_holmes --version '0.6.9.4' | ||
269 | - | ||
270 | # For MySQL (note, the option says "without ... postgres") | 268 | # For MySQL (note, the option says "without ... postgres") |
271 | sudo -u git -H bundle install --deployment --without development test postgres aws | 269 | sudo -u git -H bundle install --deployment --without development test postgres aws |
272 | 270 |