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

pull/2/head
Behdad Esfahbod 12 years ago
parent 5f705b437c
commit 8bdce1cac1
  1. 1
      .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@lists.freedesktop.org

Loading…
Cancel
Save