[travis] Fix clang again
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 1 Oct 2014 22:58:43 +0000 (18:58 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 1 Oct 2014 22:58:43 +0000 (18:58 -0400)
.travis.yml

index 702fea0..4b3e0f8 100644 (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