diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-06-17 22:53:40 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-06-17 22:53:40 +0300 |
commit | 6f398a4dcd0f2b52d4467dc5d95bc88888094478 (patch) | |
tree | c9661ca23252608982b52dcf52331dada6401dff /.travis.yml | |
parent | f909e25d1b0e6fec2852631715c0e3886e145477 (diff) | |
download | gitlab-ce-6f398a4dcd0f2b52d4467dc5d95bc88888094478.tar.gz |
Install charlock for travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0c03e38993d..7a37fc7acc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ env: - DB=sqlite before_install: - sudo apt-get install libicu-dev -y + - gem install charlock_holmes -v="0.6.8" - echo "yes" | gem uninstall json ffi branches: only: |