[travis] Unbreak

This commit is contained in:
Behdad Esfahbod 2014-10-01 16:14:59 -04:00
parent e281ed360d
commit 1b387571e4
1 changed files with 1 additions and 7 deletions

View File

@ -14,13 +14,7 @@ install:
before_script:
- true
script:
- ./autogen.sh \
--with-freetype \
--with-glib \
--with-gobject \
--with-cairo \
--with-icu \
--with-graphite2
- ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2
- make CPPFLAGS=-Werror
- make check CPPFLAGS=-Werror
after_success: