[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: before_script:
- true - true
script: script:
- ./autogen.sh \ - ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2
--with-freetype \
--with-glib \
--with-gobject \
--with-cairo \
--with-icu \
--with-graphite2
- make CPPFLAGS=-Werror - make CPPFLAGS=-Werror
- make check CPPFLAGS=-Werror - make check CPPFLAGS=-Werror
after_success: after_success: