From d118ce191d0f92a8f11202851f82ba788ca5c32d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 29 Jul 2017 08:44:40 +0200 Subject: [PATCH] Disable build broken by travis changes It should be reenabled at some point, but I don't have the time ATM --- .travis.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5036d053..bc196146 100644 --- a/.travis.yml +++ b/.travis.yml @@ -150,16 +150,16 @@ matrix: addons: *gcc6 env: COMPILER='g++-6' BUILD_TYPE='Debug' CPP14=1 - # 4b/ Linux C++14 Clang builds - - os: linux - compiler: clang - addons: *clang38 - env: COMPILER='clang++-3.8' BUILD_TYPE='Release' CPP14=1 - - - os: linux - compiler: clang - addons: *clang38 - env: COMPILER='clang++-3.8' BUILD_TYPE='Debug' CPP14=1 +# # 4b/ Linux C++14 Clang builds +# - os: linux +# compiler: clang +# addons: *clang38 +# env: COMPILER='clang++-3.8' BUILD_TYPE='Release' CPP14=1 +# +# - os: linux +# compiler: clang +# addons: *clang38 +# env: COMPILER='clang++-3.8' BUILD_TYPE='Debug' CPP14=1 # 5/ OSX Clang Builds