Run autogen.sh, not configure, in travis-ci

This commit is contained in:
Behdad Esfahbod 2013-03-05 02:35:31 -05:00
parent 5f705b437c
commit 8bdce1cac1
1 changed files with 1 additions and 0 deletions

View File

@ -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@lists.freedesktop.org