From 413e3c7436ddd240dc8478d1957d24c7967ff01d Mon Sep 17 00:00:00 2001 From: Elvis Stansvik Date: Sat, 11 Apr 2015 18:03:18 +0200 Subject: [PATCH] Disable clang build on Travis for now. Travis runs 12.04 (old!), and there are only PPA packages for Qt 5.0.2, which contains a bug [1] (which has since been fixed in [2]) that fails the build when using clang. We have to either * wait until Travis CI moves to 14.04 [3], or * someone provides more recent Qt packages for 12.04 (unlikely). Anyway, the two builds on Travis should now pass. [1] https://bugreports.qt.io/browse/QTBUG-32100 [2] https://codereview.qt-project.org/#/c/60150/ --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f35ef4..b37d3ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: cpp compiler: - gcc - - clang env: - QT4_BUILD=ON