Run autogen.sh, not configure, in travis-ci
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 5 Mar 2013 07:35:31 +0000 (02:35 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 5 Mar 2013 07:35:31 +0000 (02:35 -0500)
.travis.yml

index 8404222..208fd87 100644 (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