diff options
author | Marin Jankovski <marin@gitlab.com> | 2013-11-07 09:56:12 +0100 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2013-11-07 09:56:12 +0100 |
commit | da238bbdf43daf167859fcc3dd11a0ca79bac225 (patch) | |
tree | 3c05713c85fec9aaafddaab69a9074c0281d2707 /.travis.yml | |
parent | c28786ecbeb7ba2e630896b37481b918af4ed39e (diff) | |
download | gitlab-ce-da238bbdf43daf167859fcc3dd11a0ca79bac225.tar.gz |
Remove separate installation of charlock_holmes.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c137aec907c..f56311bb5a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ env: - TASK=jasmine:ci before_install: - sudo apt-get install libicu-dev -y - - gem install charlock_holmes -v="0.6.9" branches: only: - 'master' |