[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Mar 11 17:19:00 PDT 2013
.travis.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit a1f3e8ccbfad0d1148b905ae008ba63a26090cb9
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon Mar 11 20:18:49 2013 -0400
[travis] Install libicu
diff --git a/.travis.yml b/.travis.yml
index 22fc942..a7285ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,10 @@ compiler:
- gcc
install:
- sudo apt-get install pkg-config ragel # for autogen.sh
- - sudo apt-get install libfreetype6-dev # for font fallbacks
- - sudo apt-get install libglib2.0-dev # for tests / utils
+ - sudo apt-get install libfreetype6-dev # for font functions
+ - sudo apt-get install libglib2.0-dev # for font functions / tests / utils
- sudo apt-get install libcairo2-dev # for utils
+ - sudo apt-get install libicu-dev # for extra unicode functions
script: ./autogen.sh && make && make check
notifications:
irc: "irc.freenode.org#harfbuzz"
More information about the HarfBuzz
mailing list