Commit 6f398a4dcd0f2b52d4467dc5d95bc88888094478

Authored by randx
1 parent f909e25d

Install charlock for travis

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
.travis.yml
... ... @@ -3,6 +3,7 @@ env:
3 3 - DB=sqlite
4 4 before_install:
5 5 - sudo apt-get install libicu-dev -y
  6 + - gem install charlock_holmes -v="0.6.8"
6 7 - echo "yes" | gem uninstall json ffi
7 8 branches:
8 9 only:
... ...