.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dfb799f57572e8123035a42a30f93c7fc4d37692
Author: Behdad Esfahbod <[email protected]>
Date: Tue Mar 5 17:23:33 2013 -0500
[travis] Oops. Run make check, not make test!
diff --git a/.travis.yml b/.travis.yml
index 208fd87..22fc942 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +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
+script: ./autogen.sh && make && make check
notifications:
irc: "irc.freenode.org#harfbuzz"
email: [email protected]
_______________________________________________
HarfBuzz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/harfbuzz