[travis] Fix clang again

This commit is contained in:
Behdad Esfahbod 2014-10-01 18:58:43 -04:00
parent 406a020e52
commit 7228011411
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ install:
script:
- NOCONFIGURE=1 ./autogen.sh
- ./configure --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2
- make && make check && { rm -f src/.libs/NONE.gcov && touch src/NONE && test $CC == gcc && coveralls; }
- make && make check && { rm -f src/.libs/NONE.gcov; touch src/NONE; test $CC != gcc || coveralls; }
notifications:
irc: "irc.freenode.org#harfbuzz"
email: harfbuzz@lists.freedesktop.org