From 00a4b2a209ce4b90f4dca4d98b964853ce3196ff Mon Sep 17 00:00:00 2001 From: John Fultz Date: Sun, 18 Oct 2015 23:47:04 -0500 Subject: Fix travis builds. * Start using g++ 4.8 and clang. * Fix missing -std=c++11 flags. * Builds which failed torched remaining builds, which meant more iteration. Now, they recover and continue correctly. * Remove some clang compiler warnings generated by Qt files out of my control. --- test/test.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/test.pro b/test/test.pro index 99a378e..bb04d0c 100644 --- a/test/test.pro +++ b/test/test.pro @@ -26,6 +26,7 @@ win32:!win32-g++ { LIBS += -lquackleio -lquackle } +QMAKE_CXXFLAGS += -std=c++11 -Wno-unknown-warning-option -Wno-deprecated-register # Input HEADERS += testharness.h trademarkedboards.h -- cgit v1.2.3