diff options
author | Saito <saitowu@gmail.com> | 2011-12-29 13:33:25 +0800 |
---|---|---|
committer | Saito <saitowu@gmail.com> | 2011-12-29 13:33:25 +0800 |
commit | 78d882623e13f061349ff6237e250970fc48d8a4 (patch) | |
tree | 8bba7e588f752bcf3ec3dfdf61cad940b247d50d /.travis.yml | |
parent | a25a85b9396cbc07bf2bfcd12d3c0a6685df66d6 (diff) | |
download | gitlab-ce-78d882623e13f061349ff6237e250970fc48d8a4.tar.gz |
fix travis dependency, add libicu support
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 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' |