Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaito <saitowu@gmail.com>2011-12-30 18:49:58 +0400
committerSaito <saitowu@gmail.com>2011-12-30 18:49:58 +0400
commit31f3d6efb3b4b3f4ae5ffd64455cc2e26106a61d (patch)
tree4785e4afe30776ebd603de42546fa85cf4d8a999 /.travis.yml
parent98b5c3647bae81fcc010a6f95dc557b7ea6135f6 (diff)
fix travis dependency, add libicu support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 62a5dac6dfe..7a450b7d005 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+before_install: sudo apt-get install libicu-dev -y
branches:
only:
- 'master'