Disable Clang for building against Qt4 in the CI
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 5 Feb 2015 22:26:52 +0000 (23:26 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 5 Feb 2015 22:26:52 +0000 (23:26 +0100)
Qt4 does not support C++11 features when building with Clang, so
the Travis CI fails. This commit should disable this combination
in the build matrix.


No differences found