diff options
author | Saito <saitowu@gmail.com> | 2011-12-30 22:49:58 +0800 |
---|---|---|
committer | Saito <saitowu@gmail.com> | 2011-12-30 22:49:58 +0800 |
commit | 31f3d6efb3b4b3f4ae5ffd64455cc2e26106a61d (patch) | |
tree | 4785e4afe30776ebd603de42546fa85cf4d8a999 /.travis.yml | |
parent | 98b5c3647bae81fcc010a6f95dc557b7ea6135f6 (diff) | |
download | gitlab-ce-31f3d6efb3b4b3f4ae5ffd64455cc2e26106a61d.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' |