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)
commitb9b043e616f2909e75c74a8134bd3165ebc14b96
treea4bf4a0faec635c6d67deb630ac460dcb137faa6
parente50ae7a06fc4e5d3a911c361d30953410deab609
Disable Clang for building against Qt4 in the CI

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.
.travis.yml