[travis] Unbreak
This commit is contained in:
parent
e281ed360d
commit
1b387571e4
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue