[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Mar 4 23:36:19 PST 2013
.travis.yml | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 8bdce1cac1be9e79344c1f9a9811d98ed2e5c5fd
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Mar 5 02:35:31 2013 -0500
Run autogen.sh, not configure, in travis-ci
diff --git a/.travis.yml b/.travis.yml
index 8404222..208fd87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ install:
- sudo apt-get install libfreetype6-dev # for font fallbacks
- sudo apt-get install libglib2.0-dev # for tests / utils
- sudo apt-get install libcairo2-dev # for utils
+script: ./autogen.sh && make && make test
notifications:
irc: "irc.freenode.org#harfbuzz"
email: harfbuzz at lists.freedesktop.org
More information about the HarfBuzz
mailing list