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-29 09:33:25 +0400
committerSaito <saitowu@gmail.com>2011-12-29 09:33:25 +0400
commit78d882623e13f061349ff6237e250970fc48d8a4 (patch)
tree8bba7e588f752bcf3ec3dfdf61cad940b247d50d /.travis.yml
parenta25a85b9396cbc07bf2bfcd12d3c0a6685df66d6 (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'