From 8746f609e8892b62b16362a5d08159bd61d92105 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 3 Mar 2013 21:45:03 +0200 Subject: add libicu to travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 218dbd7..3635dd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ env: - DB=mysql - DB=postgresql +before_install: + - sudo apt-get install libicu-dev -y + - gem install charlock_holmes -v="0.6.9" branches: only: - 'master' -- cgit v1.2.1