.travis.yml | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 8bdce1cac1be9e79344c1f9a9811d98ed2e5c5fd
Author: Behdad Esfahbod <[email protected]>
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: [email protected]
_______________________________________________
HarfBuzz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/harfbuzz