Commit da238bbdf43daf167859fcc3dd11a0ca79bac225

Authored by Marin Jankovski
1 parent c28786ec

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 9 - TASK=jasmine:ci
10 10 before_install:
11 11 - sudo apt-get install libicu-dev -y
12   - - gem install charlock_holmes -v="0.6.9"
13 12 branches:
14 13 only:
15 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 265  
266 266 cd /home/git/gitlab
267 267  
268   - sudo gem install charlock_holmes --version '0.6.9.4'
269   -
270 268 # For MySQL (note, the option says "without ... postgres")
271 269 sudo -u git -H bundle install --deployment --without development test postgres aws
272 270  
... ...