From: Behdad Esfahbod Date: Wed, 1 Oct 2014 22:58:43 +0000 (-0400) Subject: [travis] Fix clang again X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7228011411f0e490ad1ba9894dd0d576823903ea;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [travis] Fix clang again --- diff --git a/.travis.yml b/.travis.yml index 702fea0..4b3e0f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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